Home
last modified time | relevance | path

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

1234

/fs/ocfs2/
Ddir.c1034 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry_dx() argument
1057 ret = ocfs2_dx_dir_search(name, namelen, dir, dx_root, lookup); in ocfs2_find_entry_dx()
1064 lookup->dl_dx_root_bh = dx_root_bh; in ocfs2_find_entry_dx()
1087 struct inode *dir, struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry() argument
1093 return ocfs2_find_entry_dx(name, namelen, dir, lookup); in ocfs2_find_entry()
1108 lookup->dl_leaf_bh = bh; in ocfs2_find_entry()
1109 lookup->dl_entry = res_dir; in ocfs2_find_entry()
1259 struct ocfs2_dir_lookup_result *lookup) in ocfs2_delete_entry_dx() argument
1262 struct buffer_head *dx_root_bh = lookup->dl_dx_root_bh; in ocfs2_delete_entry_dx()
1263 struct buffer_head *leaf_bh = lookup->dl_leaf_bh; in ocfs2_delete_entry_dx()
[all …]
Ddir.h59 struct ocfs2_dir_lookup_result *lookup);
68 struct ocfs2_dir_lookup_result *lookup);
73 struct ocfs2_dir_lookup_result *lookup) in ocfs2_add_entry() argument
77 inode, blkno, parent_fe_bh, lookup); in ocfs2_add_entry()
103 struct ocfs2_dir_lookup_result *lookup);
Dnamei.c82 struct ocfs2_dir_lookup_result *lookup);
89 struct ocfs2_dir_lookup_result *lookup,
230 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_mknod() local
270 dentry->d_name.len, &lookup); in ocfs2_mknod()
412 &lookup); in ocfs2_mknod()
436 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_mknod()
645 struct ocfs2_dir_lookup_result lookup = { NULL, }; in ocfs2_link() local
676 dentry->d_name.len, &lookup); in ocfs2_link()
722 parent_fe_bh, &lookup); in ocfs2_link()
751 ocfs2_free_dir_lookup_result(&lookup); in ocfs2_link()
[all …]
/fs/
Dopen.c909 int lookup = build_open_flags(flags, mode, &op); in file_open_name() local
910 return do_filp_open(AT_FDCWD, name, &op, lookup); in file_open_name()
935 int lookup = build_open_flags(flags, 0, &op); in file_open_root() local
939 if (!dentry->d_inode->i_op->lookup) in file_open_root()
941 return do_file_open_root(dentry, mnt, filename, &op, lookup); in file_open_root()
948 int lookup = build_open_flags(flags, mode, &op); in do_sys_open() local
955 struct file *f = do_filp_open(dfd, tmp, &op, lookup); in do_sys_open()
Dbad_inode.c275 .lookup = bad_inode_lookup,
/fs/dlm/
Drcom.c551 int stop, reply = 0, names = 0, lookup = 0, lock = 0; in dlm_receive_rcom() local
567 lookup = 1; in dlm_receive_rcom()
570 lookup = 1; in dlm_receive_rcom()
594 if (!(status & DLM_RS_NODES) && (names || lookup || lock)) in dlm_receive_rcom()
597 if (!(status & DLM_RS_DIR) && (lookup || lock)) in dlm_receive_rcom()
/fs/proc/
Dfd.c322 .lookup = proc_lookupfd,
369 .lookup = proc_lookupfdinfo,
Dproc_net.c159 .lookup = proc_tgid_net_lookup,
Droot.c239 .lookup = proc_root_lookup,
/fs/qnx4/
Ddir.c84 .lookup = qnx4_lookup,
/fs/efs/
Ddir.c19 .lookup = efs_lookup,
/fs/ext4/
Dcrypto_fname.c395 int lookup, struct ext4_filename *fname) in ext4_fname_setup_filename() argument
427 if (!lookup) in ext4_fname_setup_filename()
/fs/affs/
Ddir.c32 .lookup = affs_lookup,
/fs/squashfs/
Dnamei.c249 .lookup = squashfs_lookup,
/fs/efivarfs/
Dinode.c171 .lookup = efivarfs_lookup,
/fs/jffs2/
DTODO29 the full dirent, we only need to go to the flash in lookup() when we think we've
/fs/ocfs2/dlmfs/
Ddlmfs.c607 .lookup = simple_lookup,
613 .lookup = simple_lookup,
/fs/ramfs/
Dinode.c143 .lookup = simple_lookup,
/fs/nfs/
Dnamespace.c283 err = server->nfs_client->rpc_ops->lookup(parent->d_inode, &dentry->d_name, fh, fattr); in nfs_submount()
/fs/freevxfs/
Dvxfs_lookup.c55 .lookup = vxfs_lookup,
/fs/afs/
Dmntpt.c35 .lookup = afs_mntpt_lookup,
/fs/isofs/
Ddir.c282 .lookup = isofs_lookup,
/fs/minix/
Dnamei.c248 .lookup = minix_lookup,
/fs/adfs/
Ddir.c294 .lookup = adfs_lookup,
/fs/cachefiles/
Dbind.c128 !root->d_inode->i_op->lookup || in cachefiles_daemon_add_cache()

1234