Home
last modified time | relevance | path

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

123456

/fs/xfs/
Dxfs_extent_busy.h24 struct list_head list; /* transaction busy extent list */ member
63 static inline void xfs_extent_busy_sort(struct list_head *list) in xfs_extent_busy_sort()
Dxfs_log_cil.c533 struct list_head *list = &ctx->busy_extents; in xlog_discard_busy_extents() local
616 struct list_head *list, in xlog_cil_process_committed()
/fs/xfs/scrub/
Dbitmap.h10 struct list_head list; member
16 struct list_head list; member
/fs/
Ddcookies.c71 struct list_head * list; in find_dcookie() local
89 struct list_head * list = dcookie_hashtable + dcookie_hash(dcookie_value(dcs)); in hash_dcookie() local
292 struct list_head * list; in dcookie_exit() local
Dxattr.c347 vfs_listxattr(struct dentry *dentry, char *list, size_t size) in vfs_listxattr()
605 listxattr(struct dentry *d, char __user *list, size_t size) in listxattr()
633 static ssize_t path_listxattr(const char __user *pathname, char __user *list, in path_listxattr()
651 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
657 SYSCALL_DEFINE3(llistxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
663 SYSCALL_DEFINE3(flistxattr, int, fd, char __user *, list, size_t, size) in SYSCALL_DEFINE3() argument
Dpnode.c218 static struct hlist_head *list; variable
536 int propagate_umount(struct list_head *list) in propagate_umount()
/fs/ubifs/
Dcommit.c498 struct list_head list; member
561 struct list_head list; in dbg_check_old_index() local
/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/
Dspace-info.h52 struct list_head list; member
75 struct list_head list; member
Dordered-data.h24 struct list_head list; member
108 struct list_head list; member
Dtree-log.h20 struct list_head list; member
Dulist.h31 struct list_head list; /* used to link node */ member
Dblock-group.h33 struct list_head list; member
101 struct list_head list; member
Dreada.c48 struct list_head list; member
68 struct list_head list; member
102 struct list_head list; in __readahead_hook() local
/fs/overlayfs/
Dreaddir.c43 struct list_head *list; member
217 void ovl_cache_free(struct list_head *list) in ovl_cache_free()
355 static int ovl_dir_read_merged(struct dentry *dentry, struct list_head *list, in ovl_dir_read_merged()
545 static int ovl_dir_read_impure(struct path *path, struct list_head *list, in ovl_dir_read_impure()
912 int ovl_check_empty_dir(struct dentry *dentry, struct list_head *list) in ovl_check_empty_dir()
955 void ovl_cleanup_whiteouts(struct dentry *upper, struct list_head *list) in ovl_cleanup_whiteouts()
Ddir.c331 struct list_head *list) in ovl_clear_empty()
716 struct list_head *list) in ovl_remove_and_whiteout()
769 struct list_head *list) in ovl_remove_upper()
/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/nfs/
Dnfs.h22 struct list_head list; /* List of NFS versions */ member
/fs/notify/
Dnotification.c90 struct list_head *list = &group->notification_list; in fsnotify_add_event() local
/fs/jbd2/
Dtransaction.c1885 __blist_add_buffer(struct journal_head **list, struct journal_head *jh) in __blist_add_buffer()
1909 __blist_del_buffer(struct journal_head **list, struct journal_head *jh) in __blist_del_buffer()
1933 struct journal_head **list = NULL; in __jbd2_journal_temp_unlink_buffer() local
2421 struct journal_head **list = NULL; in __jbd2_journal_file_buffer() local
/fs/dlm/
Drequestqueue.c19 struct list_head list; member
/fs/afs/
Dfs_probe.c173 struct afs_server_list *list) in afs_probe_fileservers()
/fs/nilfs2/
Dcpfile.c605 struct nilfs_snapshot_list *list; in nilfs_cpfile_block_get_snapshot_list() local
622 struct nilfs_snapshot_list *list; in nilfs_cpfile_set_snapshot() local
741 struct nilfs_snapshot_list *list; in nilfs_cpfile_clear_snapshot() local

123456