Home
last modified time | relevance | path

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

12345

/fs/xfs/
Dxfs_extent_busy.h36 struct list_head list; /* transaction busy extent list */ member
75 static inline void xfs_extent_busy_sort(struct list_head *list) in xfs_extent_busy_sort()
Dxfs_trans_priv.h58 struct list_head list; member
/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.c357 vfs_listxattr(struct dentry *dentry, char *list, size_t size) in vfs_listxattr()
616 listxattr(struct dentry *d, char __user *list, size_t size) in listxattr()
644 static ssize_t path_listxattr(const char __user *pathname, char __user *list, in path_listxattr()
662 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
668 SYSCALL_DEFINE3(llistxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
674 SYSCALL_DEFINE3(flistxattr, int, fd, char __user *, list, size_t, size) in SYSCALL_DEFINE3() argument
Dpnode.c219 static struct hlist_head *list; variable
542 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/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/overlayfs/
Dreaddir.c45 struct list_head *list; member
214 void ovl_cache_free(struct list_head *list) in ovl_cache_free()
336 static int ovl_dir_read_merged(struct dentry *dentry, struct list_head *list, in ovl_dir_read_merged()
508 static int ovl_dir_read_impure(struct path *path, struct list_head *list, in ovl_dir_read_impure()
864 int ovl_check_empty_dir(struct dentry *dentry, struct list_head *list) in ovl_check_empty_dir()
893 void ovl_cleanup_whiteouts(struct dentry *upper, struct list_head *list) in ovl_cleanup_whiteouts()
/fs/btrfs/
Dordered-data.h37 struct list_head list; member
122 struct list_head list; member
Dtree-log.h34 struct list_head list; member
Dulist.h32 struct list_head list; /* used to link node */ member
Dreada.c61 struct list_head list; member
81 struct list_head list; member
115 struct list_head list; in __readahead_hook() local
Dqgroup.c161 struct btrfs_qgroup_list *list; in __del_qgroup_rb() local
201 struct btrfs_qgroup_list *list; in add_relation_rb() local
226 struct btrfs_qgroup_list *list; in del_relation_rb() local
1128 struct btrfs_qgroup_list *list; in btrfs_add_qgroup_relation() local
1191 struct btrfs_qgroup_list *list; in __del_qgroup_relation() local
1286 struct btrfs_qgroup_list *list; in btrfs_remove_qgroup() local
Dfree-space-cache.h28 struct list_head list; member
/fs/nfs/
Dnfs.h22 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.c1820 __blist_add_buffer(struct journal_head **list, struct journal_head *jh) in __blist_add_buffer()
1844 __blist_del_buffer(struct journal_head **list, struct journal_head *jh) in __blist_del_buffer()
1868 struct journal_head **list = NULL; in __jbd2_journal_temp_unlink_buffer() local
2358 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/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/notify/inotify/
Dinotify_fsnotify.c57 static int inotify_merge(struct list_head *list, in inotify_merge()
/fs/squashfs/
Ddecompressor_multi.c51 struct list_head list; member

12345