/fs/ocfs2/ |
D | dir.c | 1011 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry_dx() argument 1034 ret = ocfs2_dx_dir_search(name, namelen, dir, dx_root, lookup); in ocfs2_find_entry_dx() 1041 lookup->dl_dx_root_bh = dx_root_bh; in ocfs2_find_entry_dx() 1064 struct inode *dir, struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry() argument 1070 return ocfs2_find_entry_dx(name, namelen, dir, lookup); in ocfs2_find_entry() 1085 lookup->dl_leaf_bh = bh; in ocfs2_find_entry() 1086 lookup->dl_entry = res_dir; in ocfs2_find_entry() 1236 struct ocfs2_dir_lookup_result *lookup) in ocfs2_delete_entry_dx() argument 1239 struct buffer_head *dx_root_bh = lookup->dl_dx_root_bh; in ocfs2_delete_entry_dx() 1240 struct buffer_head *leaf_bh = lookup->dl_leaf_bh; in ocfs2_delete_entry_dx() [all …]
|
D | dir.h | 43 struct ocfs2_dir_lookup_result *lookup); 52 struct ocfs2_dir_lookup_result *lookup); 57 struct ocfs2_dir_lookup_result *lookup) in ocfs2_add_entry() argument 61 inode, blkno, parent_fe_bh, lookup); in ocfs2_add_entry() 86 struct ocfs2_dir_lookup_result *lookup);
|
D | namei.c | 68 struct ocfs2_dir_lookup_result *lookup, 76 struct ocfs2_dir_lookup_result *lookup, 249 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mknod() local 294 dentry->d_name.len, &lookup); in ocfs2_mknod() 441 &lookup); in ocfs2_mknod() 474 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_mknod() 692 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_link() local 758 dentry->d_name.len, &lookup); in ocfs2_link() 805 parent_fe_bh, &lookup); in ocfs2_link() 835 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_link() [all …]
|
/fs/smb/server/mgmt/ |
D | share_config.c | 128 struct ksmbd_share_config *lookup; in share_config_request() local 201 lookup = __share_lookup(name); in share_config_request() 202 if (lookup) in share_config_request() 203 lookup = __get_share_config(lookup); in share_config_request() 204 if (!lookup) { in share_config_request() 208 share = lookup; in share_config_request()
|
/fs/orangefs/ |
D | namei.c | 131 new_op->upcall.req.lookup.sym_follow = ORANGEFS_LOOKUP_LINK_NO_FOLLOW; in orangefs_lookup() 138 new_op->upcall.req.lookup.parent_refn = parent->refn; in orangefs_lookup() 140 strncpy(new_op->upcall.req.lookup.d_name, dentry->d_name.name, in orangefs_lookup() 146 new_op->upcall.req.lookup.d_name, in orangefs_lookup() 147 &new_op->upcall.req.lookup.parent_refn.khandle, in orangefs_lookup() 148 new_op->upcall.req.lookup.parent_refn.fs_id); in orangefs_lookup() 154 &new_op->downcall.resp.lookup.refn.khandle, in orangefs_lookup() 155 new_op->downcall.resp.lookup.refn.fs_id, in orangefs_lookup() 160 inode = orangefs_iget(dir->i_sb, &new_op->downcall.resp.lookup.refn); in orangefs_lookup() 432 .lookup = orangefs_lookup,
|
D | dcache.c | 34 new_op->upcall.req.lookup.sym_follow = ORANGEFS_LOOKUP_LINK_NO_FOLLOW; in orangefs_revalidate_lookup() 35 new_op->upcall.req.lookup.parent_refn = parent->refn; in orangefs_revalidate_lookup() 36 strncpy(new_op->upcall.req.lookup.d_name, in orangefs_revalidate_lookup() 58 if (!match_handle(new_op->downcall.resp.lookup.refn.khandle, in orangefs_revalidate_lookup()
|
D | downcall.h | 109 struct orangefs_lookup_response lookup; member
|
D | upcall.h | 232 struct orangefs_lookup_request_s lookup; member
|
/fs/dlm/ |
D | rcom.c | 586 int stop, reply = 0, names = 0, lookup = 0, lock = 0; in dlm_receive_rcom() local 602 lookup = 1; in dlm_receive_rcom() 605 lookup = 1; in dlm_receive_rcom() 629 if (!(status & DLM_RS_NODES) && (names || lookup || lock)) in dlm_receive_rcom() 632 if (!(status & DLM_RS_DIR) && (lookup || lock)) in dlm_receive_rcom()
|
/fs/ext4/ |
D | crypto.c | 23 int lookup, struct ext4_filename *fname) in ext4_fname_setup_filename() argument 28 err = fscrypt_setup_filename(dir, iname, lookup, &name); in ext4_fname_setup_filename()
|
/fs/crypto/ |
D | fname.c | 445 int lookup, struct fscrypt_name *fname) in fscrypt_setup_filename() argument 458 ret = fscrypt_get_encryption_info(dir, lookup); in fscrypt_setup_filename() 479 if (!lookup) in fscrypt_setup_filename()
|
/fs/proc/ |
D | fd.c | 374 .lookup = proc_lookupfd, 416 .lookup = proc_lookupfdinfo,
|
D | namespaces.c | 180 .lookup = proc_ns_dir_lookup,
|
/fs/efs/ |
D | dir.c | 20 .lookup = efs_lookup,
|
/fs/qnx4/ |
D | dir.c | 116 .lookup = qnx4_lookup,
|
/fs/affs/ |
D | dir.c | 34 .lookup = affs_lookup,
|
/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 536 .lookup = simple_lookup, 542 .lookup = simple_lookup,
|
/fs/efivarfs/ |
D | inode.c | 145 .lookup = simple_lookup,
|
/fs/ |
D | bad_inode.c | 165 .lookup = bad_inode_lookup,
|
/fs/squashfs/ |
D | namei.c | 236 .lookup = squashfs_lookup,
|
/fs/afs/ |
D | mntpt.c | 32 .lookup = afs_mntpt_lookup,
|
/fs/exfat/ |
D | namei.c | 422 int lookup) in __exfat_resolve_path() argument 441 if (!lookup && (namelen < pathlen)) in __exfat_resolve_path() 464 if ((lossy && !lookup) || !namelen) in __exfat_resolve_path() 1379 .lookup = exfat_lookup,
|
/fs/isofs/ |
D | dir.c | 280 .lookup = isofs_lookup,
|
/fs/erofs/ |
D | namei.c | 219 .lookup = erofs_lookup,
|
/fs/freevxfs/ |
D | vxfs_lookup.c | 32 .lookup = vxfs_lookup,
|