Home
last modified time | relevance | path

Searched defs:fid (Results 1 – 25 of 53) sorted by relevance

123

/fs/9p/
Dfid.c44 int v9fs_fid_add(struct dentry *dentry, struct p9_fid *fid) in v9fs_fid_add()
80 struct p9_fid *fid, *ret; in v9fs_fid_find() local
135 struct p9_fid *fid, *old_fid = NULL; in v9fs_fid_lookup_with_uid() local
265 struct p9_fid *fid, *ret; in v9fs_fid_clone() local
277 struct p9_fid *fid, *ret; in v9fs_fid_clone_with_uid() local
290 struct p9_fid *fid; in v9fs_writeback_fid() local
Dvfs_inode_dotl.c129 struct p9_fid *fid, in v9fs_qid_iget_dotl()
179 v9fs_inode_from_fid_dotl(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid_dotl()
267 struct p9_fid *fid = NULL; in v9fs_vfs_create_dotl() local
401 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mkdir_dotl() local
494 struct p9_fid *fid; in v9fs_vfs_getattr_dotl() local
576 struct p9_fid *fid; in v9fs_vfs_setattr_dotl() local
708 struct p9_fid *fid = NULL; in v9fs_vfs_symlink_dotl() local
817 struct p9_fid *fid; in v9fs_vfs_link_dotl() local
847 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mknod_dotl() local
941 struct p9_fid *fid; in v9fs_vfs_follow_link_dotl() local
[all …]
Dvfs_dir.c99 struct p9_fid *fid; in v9fs_alloc_rdir_buf() local
138 struct p9_fid *fid; in v9fs_dir_readdir() local
210 struct p9_fid *fid; in v9fs_dir_readdir_dotl() local
290 struct p9_fid *fid; in v9fs_dir_release() local
Dvfs_file.c61 struct p9_fid *fid; in v9fs_file_open() local
155 struct p9_fid *fid; in v9fs_file_do_lock() local
244 struct p9_fid *fid; in v9fs_file_getlock() local
383 v9fs_fid_readn(struct p9_fid *fid, char *data, char __user *udata, u32 count, in v9fs_fid_readn()
444 struct p9_fid *fid; in v9fs_file_read() local
463 v9fs_file_write_internal(struct inode *inode, struct p9_fid *fid, in v9fs_file_write_internal()
546 struct p9_fid *fid; in v9fs_file_fsync() local
570 struct p9_fid *fid; in v9fs_file_fsync_dotl() local
Dxattr.c24 ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_get()
88 struct p9_fid *fid; in v9fs_xattr_get() local
116 struct p9_fid *fid = NULL; in v9fs_xattr_set() local
Dvfs_inode.c550 v9fs_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, in v9fs_inode_from_fid()
648 struct p9_fid *dfid, *ofid, *fid; in v9fs_create() local
733 struct p9_fid *fid, *inode_fid; in v9fs_vfs_create() local
811 struct p9_fid *fid; in v9fs_vfs_mkdir() local
847 struct p9_fid *dfid, *fid; in v9fs_vfs_lookup() local
1048 struct p9_fid *fid; in v9fs_vfs_getattr() local
1085 struct p9_fid *fid; in v9fs_vfs_setattr() local
1230 struct p9_fid *fid; in v9fs_readlink() local
1326 struct p9_fid *fid; in v9fs_vfs_mkspecial() local
1453 int v9fs_refresh_inode(struct p9_fid *fid, struct inode *inode) in v9fs_refresh_inode()
Dvfs_super.c121 struct p9_fid *fid; in v9fs_mount() local
248 struct p9_fid *fid; in v9fs_statfs() local
Dacl.h27 static inline int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl()
Dvfs_dentry.c105 struct p9_fid *fid; in v9fs_lookup_revalidate() local
Dacl.c27 static struct posix_acl *__v9fs_get_acl(struct p9_fid *fid, char *name) in __v9fs_get_acl()
55 int v9fs_get_acl(struct inode *inode, struct p9_fid *fid) in v9fs_get_acl()
/fs/coda/
Dcnode.c46 struct CodaFid *fid = (struct CodaFid *)data; in coda_test_inode() local
53 struct CodaFid *fid = (struct CodaFid *)data; in coda_set_inode() local
59 struct inode * coda_iget(struct super_block * sb, struct CodaFid * fid, in coda_iget()
91 struct inode *coda_cnode_make(struct CodaFid *fid, struct super_block *sb) in coda_cnode_make()
134 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb) in coda_fid_to_inode()
Dupcall.c91 int venus_getattr(struct super_block *sb, struct CodaFid *fid, in venus_getattr()
110 int venus_setattr(struct super_block *sb, struct CodaFid *fid, in venus_setattr()
129 int venus_lookup(struct super_block *sb, struct CodaFid *fid, in venus_lookup()
159 int venus_close(struct super_block *sb, struct CodaFid *fid, int flags, in venus_close()
179 int venus_open(struct super_block *sb, struct CodaFid *fid, in venus_open()
346 int venus_readlink(struct super_block *sb, struct CodaFid *fid, in venus_readlink()
378 int venus_link(struct super_block *sb, struct CodaFid *fid, in venus_link()
404 int venus_symlink(struct super_block *sb, struct CodaFid *fid, in venus_symlink()
439 int venus_fsync(struct super_block *sb, struct CodaFid *fid) in venus_fsync()
456 int venus_access(struct super_block *sb, struct CodaFid *fid, int mask) in venus_access()
[all …]
/fs/xfs/
Dxfs_export.c61 struct fid *fid = (struct fid *)fh; in xfs_fs_encode_fh() local
168 xfs_fs_fh_to_dentry(struct super_block *sb, struct fid *fid, in xfs_fs_fh_to_dentry()
192 xfs_fs_fh_to_parent(struct super_block *sb, struct fid *fid, in xfs_fs_fh_to_parent()
/fs/btrfs/
Dexport.c19 struct btrfs_fid *fid = (struct btrfs_fid *)fh; in btrfs_encode_fh() local
123 struct btrfs_fid *fid = (struct btrfs_fid *) fh; in btrfs_fh_to_parent() local
147 struct btrfs_fid *fid = (struct btrfs_fid *) fh; in btrfs_fh_to_dentry() local
/fs/afs/
Ddir.c122 struct afs_fid fid; member
445 struct afs_fid *fid, struct key *key) in afs_do_lookup()
487 struct afs_fid *fid) in afs_try_auto_mntpt()
522 struct afs_fid fid; in afs_lookup() local
773 struct afs_fid fid; in afs_mkdir() local
958 struct afs_fid fid; in afs_create() local
1074 struct afs_fid fid; in afs_symlink() local
Dinode.c27 struct afs_fid fid; member
199 struct afs_fid *fid, struct afs_file_status *status, in afs_iget()
/fs/squashfs/
Dexport.c91 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_dentry()
102 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_parent()
/fs/efs/
Dnamei.c91 struct dentry *efs_fh_to_dentry(struct super_block *sb, struct fid *fid, in efs_fh_to_dentry()
98 struct dentry *efs_fh_to_parent(struct super_block *sb, struct fid *fid, in efs_fh_to_parent()
/fs/ocfs2/
Dexport.c244 struct fid *fid, int fh_len, int fh_type) in ocfs2_fh_to_dentry()
258 struct fid *fid, int fh_len, int fh_type) in ocfs2_fh_to_parent()
/fs/exportfs/
Dexpfs.c317 static int export_encode_fh(struct dentry *dentry, struct fid *fid, in export_encode_fh()
350 int exportfs_encode_fh(struct dentry *dentry, struct fid *fid, int *max_len, in exportfs_encode_fh()
365 struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, in exportfs_decode_fh()
/fs/ntfs/
Dnamei.c367 static struct dentry *ntfs_fh_to_dentry(struct super_block *sb, struct fid *fid, in ntfs_fh_to_dentry()
374 static struct dentry *ntfs_fh_to_parent(struct super_block *sb, struct fid *fid, in ntfs_fh_to_parent()
/fs/isofs/
Dexport.c167 struct fid *fid, int fh_len, int fh_type) in isofs_fh_to_dentry()
179 struct fid *fid, int fh_len, int fh_type) in isofs_fh_to_parent()
/fs/ceph/
Dexport.c202 static struct dentry *ceph_fh_to_dentry(struct super_block *sb, struct fid *fid, in ceph_fh_to_dentry()
220 struct fid *fid, in ceph_fh_to_parent()
/fs/gfs2/
Dexport.c161 static struct dentry *gfs2_fh_to_dentry(struct super_block *sb, struct fid *fid, in gfs2_fh_to_dentry()
183 static struct dentry *gfs2_fh_to_parent(struct super_block *sb, struct fid *fid, in gfs2_fh_to_parent()
/fs/nilfs2/
Dnamei.c488 struct nilfs_fid *fid = (struct nilfs_fid *)fh; in nilfs_fh_to_dentry() local
502 struct nilfs_fid *fid = (struct nilfs_fid *)fh; in nilfs_fh_to_parent() local
514 struct nilfs_fid *fid = (struct nilfs_fid *)fh; in nilfs_encode_fh() local

123