Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 108) sorted by relevance

12345

/fs/ocfs2/
Ddir.c1005 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry_dx() argument
1028 ret = ocfs2_dx_dir_search(name, namelen, dir, dx_root, lookup); in ocfs2_find_entry_dx()
1035 lookup->dl_dx_root_bh = dx_root_bh; in ocfs2_find_entry_dx()
1058 struct inode *dir, struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry() argument
1064 return ocfs2_find_entry_dx(name, namelen, dir, lookup); in ocfs2_find_entry()
1079 lookup->dl_leaf_bh = bh; in ocfs2_find_entry()
1080 lookup->dl_entry = res_dir; in ocfs2_find_entry()
1230 struct ocfs2_dir_lookup_result *lookup) in ocfs2_delete_entry_dx() argument
1233 struct buffer_head *dx_root_bh = lookup->dl_dx_root_bh; in ocfs2_delete_entry_dx()
1234 struct buffer_head *leaf_bh = lookup->dl_leaf_bh; in ocfs2_delete_entry_dx()
[all …]
Ddir.h43 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);
Dnamei.c68 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()
804 parent_fe_bh, &lookup); in ocfs2_link()
834 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_link()
[all …]
/fs/ksmbd/mgmt/
Dshare_config.c128 struct ksmbd_share_config *lookup; in share_config_request() local
192 lookup = __share_lookup(name); in share_config_request()
193 if (lookup) in share_config_request()
194 lookup = __get_share_config(lookup); in share_config_request()
195 if (!lookup) { in share_config_request()
199 share = lookup; in share_config_request()
/fs/orangefs/
Dnamei.c131 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,
Ddcache.c34 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()
Ddowncall.h109 struct orangefs_lookup_response lookup; member
Dupcall.h232 struct orangefs_lookup_request_s lookup; member
/fs/dlm/
Drcom.c571 int stop, reply = 0, names = 0, lookup = 0, lock = 0; in dlm_receive_rcom() local
587 lookup = 1; in dlm_receive_rcom()
590 lookup = 1; in dlm_receive_rcom()
614 if (!(status & DLM_RS_NODES) && (names || lookup || lock)) in dlm_receive_rcom()
617 if (!(status & DLM_RS_DIR) && (lookup || lock)) in dlm_receive_rcom()
/fs/crypto/
Dfname.c445 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/
Dfd.c323 .lookup = proc_lookupfd,
372 .lookup = proc_lookupfdinfo,
Dnamespaces.c180 .lookup = proc_ns_dir_lookup,
/fs/qnx4/
Ddir.c116 .lookup = qnx4_lookup,
/fs/efs/
Ddir.c20 .lookup = efs_lookup,
/fs/affs/
Ddir.c34 .lookup = affs_lookup,
/fs/ocfs2/dlmfs/
Ddlmfs.c528 .lookup = simple_lookup,
534 .lookup = simple_lookup,
/fs/efivarfs/
Dinode.c141 .lookup = simple_lookup,
/fs/squashfs/
Dnamei.c236 .lookup = squashfs_lookup,
/fs/
Dbad_inode.c166 .lookup = bad_inode_lookup,
/fs/afs/
Dmntpt.c32 .lookup = afs_mntpt_lookup,
/fs/freevxfs/
Dvxfs_lookup.c56 .lookup = vxfs_lookup,
/fs/isofs/
Ddir.c280 .lookup = isofs_lookup,
/fs/erofs/
Dnamei.c244 .lookup = erofs_lookup,
/fs/ramfs/
Dinode.c161 .lookup = simple_lookup,
/fs/sysv/
Dnamei.c269 .lookup = sysv_lookup,

12345