Searched refs:afs_fetch_status (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/afs/ |
H A D | inode.c | 339 int afs_fetch_status(struct afs_vnode *vnode, struct key *key, bool is_new, in afs_fetch_status() function 693 ret = afs_fetch_status(vnode, key, false, NULL); in afs_validate()
|
H A D | security.c | 382 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 | 1147 extern int afs_fetch_status(struct afs_vnode *, struct key *, bool, afs_access_t *);
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | security.c | 381 ret = afs_fetch_status(vnode, key, false, _access); in afs_check_permit()
|
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 | flock.c | 739 ret = afs_fetch_status(vnode, key, false, NULL); in afs_do_getlk()
|
H A D | internal.h | 1171 extern int afs_fetch_status(struct afs_vnode *, struct key *, bool, afs_access_t *);
|
Completed in 14 milliseconds