Lines Matching refs:nfs4_file
81 static bool check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner);
415 struct nfs4_file *fp = container_of(rcu, struct nfs4_file, fi_rcu); in nfsd4_free_file_rcu()
421 put_nfs4_file(struct nfs4_file *fi) in put_nfs4_file()
435 __nfs4_get_fd(struct nfs4_file *f, int oflag) in __nfs4_get_fd()
443 find_writeable_file_locked(struct nfs4_file *f) in find_writeable_file_locked()
456 find_writeable_file(struct nfs4_file *f) in find_writeable_file()
468 find_readable_file_locked(struct nfs4_file *f) in find_readable_file_locked()
481 find_readable_file(struct nfs4_file *f) in find_readable_file()
493 find_any_file(struct nfs4_file *f) in find_any_file()
510 static struct nfsd_file *find_deleg_file(struct nfs4_file *f) in find_deleg_file()
558 __nfs4_file_get_access(struct nfs4_file *fp, u32 access) in __nfs4_file_get_access()
569 nfs4_file_get_access(struct nfs4_file *fp, u32 access) in nfs4_file_get_access()
585 static __be32 nfs4_file_check_deny(struct nfs4_file *fp, u32 deny) in nfs4_file_check_deny()
604 static void __nfs4_file_put_access(struct nfs4_file *fp, int oflag) in __nfs4_file_put_access()
623 static void nfs4_file_put_access(struct nfs4_file *fp, u32 access) in nfs4_file_put_access()
656 struct nfs4_file *fp = co->co_file; in hash_clnt_odstate_locked()
672 struct nfs4_file *fp; in put_clnt_odstate()
688 find_or_hash_clnt_odstate(struct nfs4_file *fp, struct nfs4_clnt_odstate *new) in find_or_hash_clnt_odstate()
928 alloc_init_deleg(struct nfs4_client *clp, struct nfs4_file *fp, in alloc_init_deleg()
971 struct nfs4_file *fp = s->sc_file; in nfs4_put_stid()
1000 static void put_deleg_file(struct nfs4_file *fp) in put_deleg_file()
1015 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfs4_unlock_deleg_lease()
1046 nfs4_delegation_exists(struct nfs4_client *clp, struct nfs4_file *fp) in nfs4_delegation_exists()
1077 hash_delegation_locked(struct nfs4_delegation *dp, struct nfs4_file *fp) in hash_delegation_locked()
1101 struct nfs4_file *fp = dp->dl_stid.sc_file; in unhash_delegation_locked()
1267 recalculate_deny_mode(struct nfs4_file *fp) in recalculate_deny_mode()
1301 struct nfs4_file *fp = stp->st_stid.sc_file; in release_all_access()
1340 struct nfs4_file *fp = stp->st_stid.sc_file; in unhash_ol_stateid()
1445 struct nfs4_file *fp; in free_ol_stateid_reaplist()
2455 struct nfs4_file *nf; in nfs4_show_open()
2497 struct nfs4_file *nf; in nfs4_show_lock()
2534 struct nfs4_file *nf; in nfs4_show_deleg()
4077 static struct nfs4_file *nfsd4_alloc_file(void) in nfsd4_alloc_file()
4084 struct nfs4_file *fp) in nfsd4_init_file()
4134 sizeof(struct nfs4_file), 0, 0, NULL); in nfsd4_init_slabs()
4243 nfsd4_find_existing_open(struct nfs4_file *fp, struct nfsd4_open *open) in nfsd4_find_existing_open()
4298 nfsd4_find_and_lock_existing_open(struct nfs4_file *fp, struct nfsd4_open *open) in nfsd4_find_and_lock_existing_open()
4344 init_open_stateid(struct nfs4_file *fp, struct nfsd4_open *open) in init_open_stateid()
4436 static struct nfs4_file *
4439 struct nfs4_file *fp; in find_file_locked()
4451 struct nfs4_file *
4454 struct nfs4_file *fp; in find_file()
4463 static struct nfs4_file *
4464 find_or_add_file(struct nfs4_file *new, struct knfsd_fh *fh) in find_or_add_file()
4466 struct nfs4_file *fp; in find_or_add_file()
4493 struct nfs4_file *fp; in nfs4_share_conflict()
4594 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfsd_break_deleg_cb()
4851 static __be32 nfs4_get_vfs_file(struct svc_rqst *rqstp, struct nfs4_file *fp, in nfs4_get_vfs_file()
4922 nfs4_upgrade_open(struct svc_rqst *rqstp, struct nfs4_file *fp, struct svc_fh *cur_fh, struct nfs4_… in nfs4_upgrade_open()
4982 struct nfs4_file *fp, struct nfs4_clnt_odstate *odstate) in nfs4_set_delegation()
5179 struct nfs4_file *fp = NULL; in nfsd4_process_open2()
6528 struct nfs4_file *fp, struct inode *inode, in init_lock_stateid()
6574 find_or_create_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fi, in find_or_create_lock_stateid()
6614 struct nfs4_file *fp = lock_stp->st_stid.sc_file; in get_lock_access()
6631 struct nfs4_file *fi = ost->st_stid.sc_file; in lookup_or_create_lock_state()
6678 struct nfs4_file *fp; in nfsd4_lock()
7066 check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner) in check_for_locks()