Searched defs:mark (Results 1 – 9 of 9) sorted by relevance
/fs/notify/ |
D | mark.c | 106 void fsnotify_get_mark(struct fsnotify_mark *mark) in fsnotify_get_mark() 115 struct fsnotify_mark *mark; in __fsnotify_recalc_mask() local 186 static void fsnotify_final_mark_destroy(struct fsnotify_mark *mark) in fsnotify_final_mark_destroy() 196 void fsnotify_put_mark(struct fsnotify_mark *mark) in fsnotify_put_mark() 256 static bool fsnotify_get_mark_safe(struct fsnotify_mark *mark) in fsnotify_get_mark_safe() 280 static void fsnotify_put_mark_wake(struct fsnotify_mark *mark) in fsnotify_put_mark_wake() 332 void fsnotify_detach_mark(struct fsnotify_mark *mark) in fsnotify_detach_mark() 365 void fsnotify_free_mark(struct fsnotify_mark *mark) in fsnotify_free_mark() 387 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark() 499 static int fsnotify_add_mark_list(struct fsnotify_mark *mark, in fsnotify_add_mark_list() [all …]
|
D | fdinfo.c | 26 struct fsnotify_mark *mark)) in show_fdinfo() 29 struct fsnotify_mark *mark; in show_fdinfo() local 75 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo() 111 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo()
|
/fs/cachefiles/ |
D | key.c | 42 int loop, len, max, seg, mark, print; in cachefiles_cook_key() local
|
/fs/f2fs/ |
D | node.h | 440 static inline void set_mark(struct page *page, int mark, int type) in set_mark() 454 #define set_dentry_mark(page, mark) set_mark(page, mark, DENT_BIT_SHIFT) argument 455 #define set_fsync_mark(page, mark) set_mark(page, mark, FSYNC_BIT_SHIFT) argument
|
/fs/btrfs/ |
D | transaction.c | 944 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() 1051 int btrfs_wait_tree_log_extents(struct btrfs_root *log_root, int mark) in btrfs_wait_tree_log_extents() 1080 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_and_wait_marked_extents()
|
D | disk-io.c | 4241 int mark) in btrfs_destroy_marked_extents()
|
D | tree-log.c | 2835 int mark; in btrfs_sync_log() local
|
/fs/notify/fanotify/ |
D | fanotify_user.c | 627 struct fsnotify_mark *mark; in fanotify_add_new_mark() local
|
/fs/nfs/ |
D | delegation.c | 66 nfs4_do_check_delegation(struct inode *inode, fmode_t flags, bool mark) in nfs4_do_check_delegation()
|