Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 121) sorted by relevance

12345

/fs/xfs/
Dxfs_extent_busy.h36 struct list_head list; /* transaction busy extent list */ member
68 static inline void xfs_extent_busy_sort(struct list_head *list) in xfs_extent_busy_sort()
Dxfs_discard.c215 struct list_head *list) in xfs_discard_extents()
/fs/logfs/
Dgc.c183 struct candidate_list *list) in add_list()
220 struct candidate_list *list = cand->list; in remove_from_list() local
234 u32 get_best_cand(struct super_block *sb, struct candidate_list *list, u32 *ec) in get_best_cand()
348 static struct gc_candidate *first_in_list(struct candidate_list *list) in first_in_list()
675 static void logfs_init_candlist(struct candidate_list *list, int maxcount, in logfs_init_candlist()
700 struct candidate_list *list) in logfs_cleanup_list()
/fs/
Ddcookies.c70 struct list_head * list; in find_dcookie() local
88 struct list_head * list = dcookie_hashtable + dcookie_hash(dcookie_value(dcs)); in hash_dcookie() local
286 struct list_head * list; in dcookie_exit() local
Dxattr.c347 vfs_listxattr(struct dentry *dentry, char *list, size_t size) in vfs_listxattr()
606 listxattr(struct dentry *d, char __user *list, size_t size) in listxattr()
637 static ssize_t path_listxattr(const char __user *pathname, char __user *list, in path_listxattr()
655 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
661 SYSCALL_DEFINE3(llistxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
667 SYSCALL_DEFINE3(flistxattr, int, fd, char __user *, list, size_t, size) in SYSCALL_DEFINE3() argument
Dpnode.c221 static struct hlist_head *list; variable
544 int propagate_umount(struct list_head *list) in propagate_umount()
/fs/fuse/
Dxattr.c90 static int fuse_verify_xattr_list(char *list, size_t size) in fuse_verify_xattr_list()
107 ssize_t fuse_listxattr(struct dentry *entry, char *list, size_t size) in fuse_listxattr()
/fs/ubifs/
Dcommit.c510 struct list_head list; member
573 struct list_head list; in dbg_check_old_index() local
/fs/overlayfs/
Dreaddir.c42 struct list_head *list; member
164 void ovl_cache_free(struct list_head *list) in ovl_cache_free()
276 static int ovl_dir_read_merged(struct dentry *dentry, struct list_head *list) in ovl_dir_read_merged()
525 int ovl_check_empty_dir(struct dentry *dentry, struct list_head *list) in ovl_check_empty_dir()
553 void ovl_cleanup_whiteouts(struct dentry *upper, struct list_head *list) in ovl_cleanup_whiteouts()
/fs/jffs2/
Dnodelist.h279 struct list_head list; member
352 #define frag_erase(frag, list) rb_erase(&frag->rb, list); argument
359 #define tn_erase(tn, list) rb_erase(&tn->rb, list); argument
360 #define tn_last(list) rb_entry(rb_last(list), struct jffs2_tmp_dnode_info, rb) argument
361 #define tn_first(list) rb_entry(rb_first(list), struct jffs2_tmp_dnode_info, rb) argument
Dnodelist.c26 …fd_to_list(struct jffs2_sb_info *c, struct jffs2_full_dirent *new, struct jffs2_full_dirent **list) in jffs2_add_fd_to_list()
59 uint32_t jffs2_truncate_fragtree(struct jffs2_sb_info *c, struct rb_root *list, uint32_t size) in jffs2_truncate_fragtree()
Dcompr.h49 struct list_head list; member
/fs/btrfs/
Dordered-data.h37 struct list_head list; member
120 struct list_head list; member
Dtree-log.h34 struct list_head list; member
Dulist.h39 struct list_head list; /* used to link node */ member
Dreada.c61 struct list_head list; member
82 struct list_head list; member
117 struct list_head list; in __readahead_hook() local
Dqgroup.c198 struct btrfs_qgroup_list *list; in __del_qgroup_rb() local
238 struct btrfs_qgroup_list *list; in add_relation_rb() local
263 struct btrfs_qgroup_list *list; in del_relation_rb() local
1144 struct btrfs_qgroup_list *list; in btrfs_add_qgroup_relation() local
1207 struct btrfs_qgroup_list *list; in __del_qgroup_relation() local
1302 struct btrfs_qgroup_list *list; in btrfs_remove_qgroup() local
/fs/nfs/
Dnfs.h21 struct list_head list; /* List of NFS versions */ member
/fs/notify/
Dnotification.c103 struct list_head *list = &group->notification_list; in fsnotify_add_event() local
/fs/jbd2/
Dtransaction.c1787 __blist_add_buffer(struct journal_head **list, struct journal_head *jh) in __blist_add_buffer()
1811 __blist_del_buffer(struct journal_head **list, struct journal_head *jh) in __blist_del_buffer()
1835 struct journal_head **list = NULL; in __jbd2_journal_temp_unlink_buffer() local
2323 struct journal_head **list = NULL; in __jbd2_journal_file_buffer() local
/fs/dlm/
Drequestqueue.c21 struct list_head list; member
Ddir.c239 struct list_head *list; in dlm_copy_master_names() local
/fs/notify/inotify/
Dinotify_fsnotify.c56 static int inotify_merge(struct list_head *list, in inotify_merge()
/fs/nilfs2/
Dcpfile.c614 struct nilfs_snapshot_list *list; in nilfs_cpfile_block_get_snapshot_list() local
631 struct nilfs_snapshot_list *list; in nilfs_cpfile_set_snapshot() local
750 struct nilfs_snapshot_list *list; in nilfs_cpfile_clear_snapshot() local
/fs/squashfs/
Ddecompressor_multi.c51 struct list_head list; member

12345