Home
last modified time | relevance | path

Searched refs:data_is (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/notify/
Dfsnotify.c184 int data_is, u32 cookie, in send_to_group() argument
225 data, data_is, cookie); in send_to_group()
230 return group->ops->handle_event(group, to_tell, mask, data, data_is, in send_to_group()
314 int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, in fsnotify() argument
324 if (data_is == FSNOTIFY_EVENT_PATH) { in fsnotify()
368 ret = send_to_group(to_tell, mask, data, data_is, cookie, in fsnotify()
/Linux-v5.4/include/linux/
Dfsnotify_backend.h354 extern int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is,
511 static inline int fsnotify(struct inode *to_tell, __u32 mask, const void *data, int data_is, in fsnotify() argument