Searched refs:afs_fid (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/afs/ |
D | afs.h | 50 struct afs_fid { struct 67 struct afs_fid fid; /* file identifier */ argument 127 struct afs_fid parent; /* parent dir ID for non-dirs only */
|
D | internal.h | 338 struct afs_fid fid; /* the file identifier for this inode */ 525 struct afs_fid *, struct afs_file_status *, 536 struct afs_fid *, struct afs_file_status *, 568 struct afs_fid *, struct afs_file_status *, 704 umode_t, struct afs_fid *, struct afs_file_status *, 711 const char *, struct afs_fid *,
|
D | dir.c | 123 struct afs_fid fid; 427 struct afs_fid *fid, struct key *key) in afs_do_lookup() 463 struct afs_fid *fid) in afs_try_auto_mntpt() 498 struct afs_fid fid; in afs_lookup() 580 struct afs_fid uninitialized_var(fid); in afs_d_revalidate() 736 struct afs_fid fid; in afs_mkdir() 913 struct afs_fid fid; in afs_create() 1021 struct afs_fid fid; in afs_symlink()
|
D | inode.c | 27 struct afs_fid fid; 199 struct afs_fid *fid, struct afs_file_status *status, in afs_iget()
|
D | security.c | 150 sizeof(struct afs_fid)) != 0) { in afs_cache_permit()
|
D | callback.c | 144 struct afs_fid *fid) in afs_break_one_callback()
|
D | vnode.c | 451 const char *name, umode_t mode, struct afs_fid *newfid, in afs_vnode_create() 633 struct afs_fid *newfid, in afs_vnode_symlink()
|
D | super.c | 311 struct afs_fid fid; in afs_fill_super()
|
D | fsclient.c | 22 static void xdr_decode_AFSFid(const __be32 **_bp, struct afs_fid *fid) in xdr_decode_AFSFid() 665 struct afs_fid *newfid, in afs_fs_create() 934 struct afs_fid *newfid, in afs_fs_symlink()
|