Lines Matching refs:nfs4_file

80 static bool check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner);
414 struct nfs4_file *fp = container_of(rcu, struct nfs4_file, fi_rcu); in nfsd4_free_file_rcu()
420 put_nfs4_file(struct nfs4_file *fi) in put_nfs4_file()
434 __nfs4_get_fd(struct nfs4_file *f, int oflag) in __nfs4_get_fd()
442 find_writeable_file_locked(struct nfs4_file *f) in find_writeable_file_locked()
455 find_writeable_file(struct nfs4_file *f) in find_writeable_file()
467 find_readable_file_locked(struct nfs4_file *f) in find_readable_file_locked()
480 find_readable_file(struct nfs4_file *f) in find_readable_file()
492 find_any_file(struct nfs4_file *f) in find_any_file()
544 __nfs4_file_get_access(struct nfs4_file *fp, u32 access) in __nfs4_file_get_access()
555 nfs4_file_get_access(struct nfs4_file *fp, u32 access) in nfs4_file_get_access()
571 static __be32 nfs4_file_check_deny(struct nfs4_file *fp, u32 deny) in nfs4_file_check_deny()
590 static void __nfs4_file_put_access(struct nfs4_file *fp, int oflag) in __nfs4_file_put_access()
609 static void nfs4_file_put_access(struct nfs4_file *fp, u32 access) in nfs4_file_put_access()
642 struct nfs4_file *fp = co->co_file; in hash_clnt_odstate_locked()
658 struct nfs4_file *fp; in put_clnt_odstate()
674 find_or_hash_clnt_odstate(struct nfs4_file *fp, struct nfs4_clnt_odstate *new) in find_or_hash_clnt_odstate()
865 alloc_init_deleg(struct nfs4_client *clp, struct nfs4_file *fp, in alloc_init_deleg()
908 struct nfs4_file *fp = s->sc_file; in nfs4_put_stid()
936 static void put_deleg_file(struct nfs4_file *fp) in put_deleg_file()
951 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfs4_unlock_deleg_lease()
982 nfs4_delegation_exists(struct nfs4_client *clp, struct nfs4_file *fp) in nfs4_delegation_exists()
1013 hash_delegation_locked(struct nfs4_delegation *dp, struct nfs4_file *fp) in hash_delegation_locked()
1032 struct nfs4_file *fp = dp->dl_stid.sc_file; in unhash_delegation_locked()
1198 recalculate_deny_mode(struct nfs4_file *fp) in recalculate_deny_mode()
1232 struct nfs4_file *fp = stp->st_stid.sc_file; in release_all_access()
1265 struct nfs4_file *fp = stp->st_stid.sc_file; in unhash_ol_stateid()
1367 struct nfs4_file *fp; in free_ol_stateid_reaplist()
2368 struct nfs4_file *nf; in nfs4_show_open()
2404 struct nfs4_file *nf; in nfs4_show_lock()
2435 struct nfs4_file *nf; in nfs4_show_deleg()
3928 static struct nfs4_file *nfsd4_alloc_file(void) in nfsd4_alloc_file()
3935 struct nfs4_file *fp) in nfsd4_init_file()
3985 sizeof(struct nfs4_file), 0, 0, NULL); in nfsd4_init_slabs()
4095 nfsd4_find_existing_open(struct nfs4_file *fp, struct nfsd4_open *open) in nfsd4_find_existing_open()
4150 nfsd4_find_and_lock_existing_open(struct nfs4_file *fp, struct nfsd4_open *open) in nfsd4_find_and_lock_existing_open()
4196 init_open_stateid(struct nfs4_file *fp, struct nfsd4_open *open) in init_open_stateid()
4288 static struct nfs4_file *
4291 struct nfs4_file *fp; in find_file_locked()
4302 struct nfs4_file *
4305 struct nfs4_file *fp; in find_file()
4314 static struct nfs4_file *
4315 find_or_add_file(struct nfs4_file *new, struct knfsd_fh *fh) in find_or_add_file()
4317 struct nfs4_file *fp; in find_or_add_file()
4344 struct nfs4_file *fp; in nfs4_share_conflict()
4444 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfsd_break_deleg_cb()
4673 static __be32 nfs4_get_vfs_file(struct svc_rqst *rqstp, struct nfs4_file *fp, in nfs4_get_vfs_file()
4739 nfs4_upgrade_open(struct svc_rqst *rqstp, struct nfs4_file *fp, struct svc_fh *cur_fh, struct nfs4_… in nfs4_upgrade_open()
4799 struct nfs4_file *fp, struct nfs4_clnt_odstate *odstate) in nfs4_set_delegation()
4997 struct nfs4_file *fp = NULL; in nfsd4_process_open2()
6245 find_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fp) in find_lock_stateid()
6265 struct nfs4_file *fp, struct inode *inode, in init_lock_stateid()
6307 find_or_create_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fi, in find_or_create_lock_stateid()
6347 struct nfs4_file *fp = lock_stp->st_stid.sc_file; in get_lock_access()
6364 struct nfs4_file *fi = ost->st_stid.sc_file; in lookup_or_create_lock_state()
6411 struct nfs4_file *fp; in nfsd4_lock()
6788 check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner) in check_for_locks()