Searched defs:mark (Results 1 – 11 of 11) sorted by relevance
/fs/notify/ |
D | mark.c | 103 void fsnotify_get_mark(struct fsnotify_mark *mark) in fsnotify_get_mark() 108 void fsnotify_put_mark(struct fsnotify_mark *mark) in fsnotify_put_mark() 121 struct fsnotify_mark *mark; in fsnotify_recalc_mask() local 134 void fsnotify_detach_mark(struct fsnotify_mark *mark) in fsnotify_detach_mark() 184 static bool __fsnotify_free_mark(struct fsnotify_mark *mark) in __fsnotify_free_mark() 217 void fsnotify_free_mark(struct fsnotify_mark *mark) in fsnotify_free_mark() 225 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark() 236 struct fsnotify_mark *mark; in fsnotify_destroy_marks() local 265 void fsnotify_set_mark_mask_locked(struct fsnotify_mark *mark, __u32 mask) in fsnotify_set_mark_mask_locked() 275 void fsnotify_set_mark_ignored_mask_locked(struct fsnotify_mark *mark, __u32 mask) in fsnotify_set_mark_ignored_mask_locked() [all …]
|
D | inode_mark.c | 46 void fsnotify_destroy_inode_mark(struct fsnotify_mark *mark) in fsnotify_destroy_inode_mark() 82 struct fsnotify_mark *mark; in fsnotify_find_inode_mark() local 95 void fsnotify_set_inode_mark_mask_locked(struct fsnotify_mark *mark, in fsnotify_set_inode_mark_mask_locked() 123 int fsnotify_add_inode_mark(struct fsnotify_mark *mark, in fsnotify_add_inode_mark()
|
D | fdinfo.c | 25 struct fsnotify_mark *mark)) in show_fdinfo() 28 struct fsnotify_mark *mark; in show_fdinfo() local 74 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()
|
D | vfsmount_mark.c | 50 void fsnotify_destroy_vfsmount_mark(struct fsnotify_mark *mark) in fsnotify_destroy_vfsmount_mark() 75 struct fsnotify_mark *mark; in fsnotify_find_vfsmount_mark() local 89 int fsnotify_add_vfsmount_mark(struct fsnotify_mark *mark, in fsnotify_add_vfsmount_mark()
|
/fs/cachefiles/ |
D | key.c | 42 int loop, len, max, seg, mark, print; in cachefiles_cook_key() local
|
/fs/f2fs/ |
D | node.h | 438 static inline void set_mark(struct page *page, int mark, int type) in set_mark() 448 #define set_dentry_mark(page, mark) set_mark(page, mark, DENT_BIT_SHIFT) argument 449 #define set_fsync_mark(page, mark) set_mark(page, mark, FSYNC_BIT_SHIFT) argument
|
/fs/btrfs/ |
D | transaction.c | 931 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_marked_extents() 985 struct extent_io_tree *dirty_pages, int mark) in btrfs_wait_marked_extents() 1050 struct extent_io_tree *dirty_pages, int mark) in btrfs_write_and_wait_marked_extents()
|
D | disk-io.c | 4455 int mark) in btrfs_destroy_marked_extents()
|
D | tree-log.c | 2753 int mark; in btrfs_sync_log() local
|
/fs/notify/fanotify/ |
D | fanotify_user.c | 631 struct fsnotify_mark *mark; in fanotify_add_new_mark() local
|
/fs/nfs/ |
D | delegation.c | 56 nfs4_do_check_delegation(struct inode *inode, fmode_t flags, bool mark) in nfs4_do_check_delegation()
|