Lines Matching refs:nfs4_file

78 static bool check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner);
391 struct nfs4_file *fp = container_of(rcu, struct nfs4_file, fi_rcu); in nfsd4_free_file_rcu()
397 put_nfs4_file(struct nfs4_file *fi) in put_nfs4_file()
411 __nfs4_get_fd(struct nfs4_file *f, int oflag) in __nfs4_get_fd()
419 find_writeable_file_locked(struct nfs4_file *f) in find_writeable_file_locked()
432 find_writeable_file(struct nfs4_file *f) in find_writeable_file()
443 static struct file *find_readable_file_locked(struct nfs4_file *f) in find_readable_file_locked()
456 find_readable_file(struct nfs4_file *f) in find_readable_file()
468 find_any_file(struct nfs4_file *f) in find_any_file()
520 __nfs4_file_get_access(struct nfs4_file *fp, u32 access) in __nfs4_file_get_access()
531 nfs4_file_get_access(struct nfs4_file *fp, u32 access) in nfs4_file_get_access()
547 static __be32 nfs4_file_check_deny(struct nfs4_file *fp, u32 deny) in nfs4_file_check_deny()
566 static void __nfs4_file_put_access(struct nfs4_file *fp, int oflag) in __nfs4_file_put_access()
585 static void nfs4_file_put_access(struct nfs4_file *fp, u32 access) in nfs4_file_put_access()
618 struct nfs4_file *fp = co->co_file; in hash_clnt_odstate_locked()
634 struct nfs4_file *fp; in put_clnt_odstate()
650 find_or_hash_clnt_odstate(struct nfs4_file *fp, struct nfs4_clnt_odstate *new) in find_or_hash_clnt_odstate()
810 alloc_init_deleg(struct nfs4_client *clp, struct nfs4_file *fp, in alloc_init_deleg()
853 struct nfs4_file *fp = s->sc_file; in nfs4_put_stid()
881 static void put_deleg_file(struct nfs4_file *fp) in put_deleg_file()
896 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfs4_unlock_deleg_lease()
927 nfs4_delegation_exists(struct nfs4_client *clp, struct nfs4_file *fp) in nfs4_delegation_exists()
958 hash_delegation_locked(struct nfs4_delegation *dp, struct nfs4_file *fp) in hash_delegation_locked()
977 struct nfs4_file *fp = dp->dl_stid.sc_file; in unhash_delegation_locked()
1143 recalculate_deny_mode(struct nfs4_file *fp) in recalculate_deny_mode()
1177 struct nfs4_file *fp = stp->st_stid.sc_file; in release_all_access()
1210 struct nfs4_file *fp = stp->st_stid.sc_file; in unhash_ol_stateid()
1309 struct nfs4_file *fp; in free_ol_stateid_reaplist()
3451 static struct nfs4_file *nfsd4_alloc_file(void) in nfsd4_alloc_file()
3458 struct nfs4_file *fp) in nfsd4_init_file()
3508 sizeof(struct nfs4_file), 0, 0, NULL); in nfsd4_init_slabs()
3619 nfsd4_find_existing_open(struct nfs4_file *fp, struct nfsd4_open *open) in nfsd4_find_existing_open()
3674 nfsd4_find_and_lock_existing_open(struct nfs4_file *fp, struct nfsd4_open *open) in nfsd4_find_and_lock_existing_open()
3720 init_open_stateid(struct nfs4_file *fp, struct nfsd4_open *open) in init_open_stateid()
3812 static struct nfs4_file *
3815 struct nfs4_file *fp; in find_file_locked()
3826 struct nfs4_file *
3829 struct nfs4_file *fp; in find_file()
3838 static struct nfs4_file *
3839 find_or_add_file(struct nfs4_file *new, struct knfsd_fh *fh) in find_or_add_file()
3841 struct nfs4_file *fp; in find_or_add_file()
3868 struct nfs4_file *fp; in nfs4_share_conflict()
3965 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfsd_break_deleg_cb()
4194 static __be32 nfs4_get_vfs_file(struct svc_rqst *rqstp, struct nfs4_file *fp, in nfs4_get_vfs_file()
4260 nfs4_upgrade_open(struct svc_rqst *rqstp, struct nfs4_file *fp, struct svc_fh *cur_fh, struct nfs4_… in nfs4_upgrade_open()
4320 struct nfs4_file *fp, struct nfs4_clnt_odstate *odstate) in nfs4_set_delegation()
4519 struct nfs4_file *fp = NULL; in nfsd4_process_open2()
5771 find_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fp) in find_lock_stateid()
5791 struct nfs4_file *fp, struct inode *inode, in init_lock_stateid()
5833 find_or_create_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fi, in find_or_create_lock_stateid()
5873 struct nfs4_file *fp = lock_stp->st_stid.sc_file; in get_lock_access()
5890 struct nfs4_file *fi = ost->st_stid.sc_file; in lookup_or_create_lock_state()
5937 struct nfs4_file *fp; in nfsd4_lock()
6314 check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner) in check_for_locks()