Home
last modified time | relevance | path

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

1234

/fs/ocfs2/
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);
Ddir.c1035 struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry_dx() argument
1058 ret = ocfs2_dx_dir_search(name, namelen, dir, dx_root, lookup); in ocfs2_find_entry_dx()
1065 lookup->dl_dx_root_bh = dx_root_bh; in ocfs2_find_entry_dx()
1088 struct inode *dir, struct ocfs2_dir_lookup_result *lookup) in ocfs2_find_entry() argument
1094 return ocfs2_find_entry_dx(name, namelen, dir, lookup); in ocfs2_find_entry()
1109 lookup->dl_leaf_bh = bh; in ocfs2_find_entry()
1110 lookup->dl_entry = res_dir; in ocfs2_find_entry()
1260 struct ocfs2_dir_lookup_result *lookup) in ocfs2_delete_entry_dx() argument
1263 struct buffer_head *dx_root_bh = lookup->dl_dx_root_bh; in ocfs2_delete_entry_dx()
1264 struct buffer_head *leaf_bh = lookup->dl_leaf_bh; in ocfs2_delete_entry_dx()
[all …]
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.c955 int lookup = build_open_flags(flags, mode, &op); in filp_open() local
956 return do_filp_open(AT_FDCWD, filename, &op, lookup); in filp_open()
964 int lookup = build_open_flags(flags, 0, &op); in file_open_root() local
968 if (!dentry->d_inode->i_op->lookup) in file_open_root()
970 return do_file_open_root(dentry, mnt, filename, &op, lookup); in file_open_root()
977 int lookup = build_open_flags(flags, mode, &op); in do_sys_open() local
984 struct file *f = do_filp_open(dfd, tmp, &op, lookup); in do_sys_open()
Dbad_inode.c275 .lookup = bad_inode_lookup,
/fs/nfs/
Dnamespace.c170 err = NFS_PROTO(dir)->lookup(NFS_SERVER(dir)->client, dir, name, fh, fattr); in nfs_lookup_mountpoint()
181 int err = NFS_PROTO(dir)->lookup(NFS_SERVER(dir)->client, dir, name, fh, fattr); in nfs_lookup_mountpoint()
Ddir.c74 .lookup = nfs_lookup,
94 .lookup = nfs_lookup,
118 .lookup = nfs_atomic_lookup,
1146 error = NFS_PROTO(dir)->lookup(NFS_SERVER(dir)->client, dir, &dentry->d_name, fhandle, fattr); in nfs_lookup_revalidate()
1305 error = NFS_PROTO(dir)->lookup(NFS_SERVER(dir)->client, dir, &dentry->d_name, fhandle, fattr); in nfs_lookup()
1652 error = NFS_PROTO(dir)->lookup(NFS_SERVER(dir)->client, dir, &dentry->d_name, fhandle, fattr); in nfs_instantiate()
/fs/qnx4/
Ddir.c84 .lookup = qnx4_lookup,
/fs/efs/
Ddir.c19 .lookup = efs_lookup,
/fs/affs/
Ddir.c32 .lookup = affs_lookup,
/fs/squashfs/
Dnamei.c245 .lookup = squashfs_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/proc/
Dproc_net.c155 .lookup = proc_tgid_net_lookup,
Droot.c244 .lookup = proc_root_lookup,
/fs/ramfs/
Dinode.c143 .lookup = simple_lookup,
/fs/afs/
Dmntpt.c35 .lookup = afs_mntpt_lookup,
/fs/isofs/
Ddir.c282 .lookup = isofs_lookup,
/fs/adfs/
Ddir.c294 .lookup = adfs_lookup,
/fs/pstore/
Dinode.c98 .lookup = simple_lookup,
/fs/minix/
Dnamei.c248 .lookup = minix_lookup,
/fs/freevxfs/
Dvxfs_lookup.c55 .lookup = vxfs_lookup,
/fs/cachefiles/
Dbind.c128 !root->d_inode->i_op->lookup || in cachefiles_daemon_add_cache()
/fs/sysv/
Dnamei.c282 .lookup = sysv_lookup,
/fs/qnx6/
Ddir.c290 .lookup = qnx6_lookup,

1234