Searched refs:afs_fetch_status (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/afs/ |
H A D | inode.c | 352 int afs_fetch_status(struct afs_vnode *vnode, struct key *key, bool is_new, in afs_fetch_status() function 717 ret = afs_fetch_status(vnode, key, false, NULL); in afs_validate()
|
H A D | security.c | 381 ret = afs_fetch_status(vnode, key, false, _access); in afs_check_permit()
|
H A D | flock.c | 739 ret = afs_fetch_status(vnode, key, false, NULL); in afs_do_getlk()
|
H A D | internal.h | 1176 extern int afs_fetch_status(struct afs_vnode *, struct key *, bool, afs_access_t *);
|