Home
last modified time | relevance | path

Searched refs:auth_vnode (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/afs/
Dsecurity.c86 struct afs_vnode *auth_vnode; in afs_get_auth_inode() local
101 auth_vnode = AFS_FS_I(auth_inode); in afs_get_auth_inode()
102 _leave(" = {%x}", auth_vnode->fid.vnode); in afs_get_auth_inode()
103 return auth_vnode; in afs_get_auth_inode()
133 struct afs_vnode *auth_vnode; in afs_cache_permit() local
139 auth_vnode = afs_get_auth_inode(vnode, key); in afs_cache_permit()
140 if (IS_ERR(auth_vnode)) { in afs_cache_permit()
141 _leave(" [get error %ld]", PTR_ERR(auth_vnode)); in afs_cache_permit()
145 mutex_lock(&auth_vnode->permits_lock); in afs_cache_permit()
149 if (memcmp(&auth_vnode->fid, &vnode->status.parent, in afs_cache_permit()
[all …]
Dvnode.c265 struct afs_vnode *auth_vnode, struct key *key) in afs_vnode_fetch_status() argument
289 if (auth_vnode) in afs_vnode_fetch_status()
290 acl_order = auth_vnode->acl_order; in afs_vnode_fetch_status()
368 if (auth_vnode) in afs_vnode_fetch_status()