Searched refs:afs_fetch_status (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/fs/afs/ |
D | inode.c | 304 int afs_fetch_status(struct afs_vnode *vnode, struct key *key, bool is_new, in afs_fetch_status() function 542 ret = afs_fetch_status(vnode, key, true, NULL); in afs_iget() 688 ret = afs_fetch_status(vnode, key, false, NULL); in afs_validate()
|
D | security.c | 384 ret = afs_fetch_status(vnode, key, false, _access); in afs_check_permit()
|
D | flock.c | 750 ret = afs_fetch_status(vnode, key, false, NULL); in afs_do_getlk()
|
D | internal.h | 1009 extern int afs_fetch_status(struct afs_vnode *, struct key *, bool, afs_access_t *);
|