Home
last modified time | relevance | path

Searched refs:data_type (Results 1 – 8 of 8) sorted by relevance

/fs/notify/fanotify/
Dfanotify.c17 old->data_type == new->data_type && in should_merge()
19 switch (old->data_type) { in should_merge()
172 __u32 event_mask, void *data, int data_type) in fanotify_should_send_event() argument
179 inode_mark, vfsmnt_mark, event_mask, data, data_type); in fanotify_should_send_event()
182 if (data_type != FSNOTIFY_EVENT_PATH) in fanotify_should_send_event()
Dfanotify_user.c76 if (event->data_type != FSNOTIFY_EVENT_PATH) { in create_fd()
/fs/notify/inotify/
Dinotify_fsnotify.c44 (old->data_type == new->data_type) && in event_compare()
46 switch (old->data_type) { in event_compare()
148 __u32 mask, void *data, int data_type) in inotify_should_send_event() argument
151 (data_type == FSNOTIFY_EVENT_PATH)) { in inotify_should_send_event()
/fs/notify/
Dnotification.c92 if (event->data_type == FSNOTIFY_EVENT_PATH) in fsnotify_put_event()
379 if (event->data_type == FSNOTIFY_EVENT_PATH) in fsnotify_clone_event()
398 int data_type, const unsigned char *name, in fsnotify_create_event() argument
408 __func__, event, to_tell, mask, data, data_type); in fsnotify_create_event()
424 event->data_type = data_type; in fsnotify_create_event()
426 switch (data_type) { in fsnotify_create_event()
/fs/befs/
Dbefs_fs_types.h220 fs32 data_type; member
230 u32 data_type; member
Dbtree.c154 sup->data_type = fs32_to_cpu(sb, od_sup->data_type); in befs_bt_read_super()
Ddebug.c256 befs_debug(sb, " data_type %08x", fs32_to_cpu(sb, super->data_type)); in befs_dump_index_entry()
/fs/notify/dnotify/
Ddnotify.c134 __u32 mask, void *data, int data_type) in dnotify_should_send_event() argument