Home
last modified time | relevance | path

Searched refs:get_dcookie (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Ddcookies.h48 int get_dcookie(const struct path *path, unsigned long *cookie);
62 static inline int get_dcookie(const struct path *path, unsigned long *cookie) in get_dcookie() function
/linux-4.19.296/fs/
Ddcookies.c116 int get_dcookie(const struct path *path, unsigned long *cookie) in get_dcookie() function
355 EXPORT_SYMBOL_GPL(get_dcookie);
/linux-4.19.296/drivers/oprofile/
Dbuffer_sync.c217 get_dcookie(path, &cookie); in fast_get_dcookie()