Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfsd/
Dnfs4state.c209 struct nfs4_file *fp = stp->st_file; in alloc_init_deleg()
405 nfs4_file_put_access(stp->st_file, oflag); in free_generic_stateid()
407 put_nfs4_file(stp->st_file); in free_generic_stateid()
416 file = find_any_file(stp->st_file); in release_lock_stateid()
2199 stp->st_file = fp; in init_stateid()
3011 return fhp->fh_dentry->d_inode != stp->st_file->fi_inode; in nfs4_check_fh()
3185 *filpp = find_readable_file(stp->st_file); in nfs4_preprocess_stateid_op()
3187 *filpp = find_writeable_file(stp->st_file); in nfs4_preprocess_stateid_op()
3425 nfs4_file_downgrade(stp->st_file, share_access & ~od->od_share_access); in nfsd4_open_downgrade()
3738 stp->st_file = fp; in alloc_init_lock_stateid()
[all …]
Dstate.h434 struct nfs4_file * st_file; member