Lines Matching refs:nfs4_file

74 static bool check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner);
272 struct nfs4_file *fp = container_of(rcu, struct nfs4_file, fi_rcu); in nfsd4_free_file_rcu()
278 put_nfs4_file(struct nfs4_file *fi) in put_nfs4_file()
292 __nfs4_get_fd(struct nfs4_file *f, int oflag) in __nfs4_get_fd()
300 find_writeable_file_locked(struct nfs4_file *f) in find_writeable_file_locked()
313 find_writeable_file(struct nfs4_file *f) in find_writeable_file()
324 static struct file *find_readable_file_locked(struct nfs4_file *f) in find_readable_file_locked()
337 find_readable_file(struct nfs4_file *f) in find_readable_file()
349 find_any_file(struct nfs4_file *f) in find_any_file()
401 __nfs4_file_get_access(struct nfs4_file *fp, u32 access) in __nfs4_file_get_access()
412 nfs4_file_get_access(struct nfs4_file *fp, u32 access) in nfs4_file_get_access()
428 static __be32 nfs4_file_check_deny(struct nfs4_file *fp, u32 deny) in nfs4_file_check_deny()
447 static void __nfs4_file_put_access(struct nfs4_file *fp, int oflag) in __nfs4_file_put_access()
466 static void nfs4_file_put_access(struct nfs4_file *fp, u32 access) in nfs4_file_put_access()
499 struct nfs4_file *fp = co->co_file; in hash_clnt_odstate_locked()
515 struct nfs4_file *fp; in put_clnt_odstate()
531 find_or_hash_clnt_odstate(struct nfs4_file *fp, struct nfs4_clnt_odstate *new) in find_or_hash_clnt_odstate()
732 struct nfs4_file *fp = s->sc_file; in nfs4_put_stid()
748 static void nfs4_put_deleg_lease(struct nfs4_file *fp) in nfs4_put_deleg_lease()
782 nfs4_get_existing_delegation(struct nfs4_client *clp, struct nfs4_file *fp) in nfs4_get_existing_delegation()
813 hash_delegation_locked(struct nfs4_delegation *dp, struct nfs4_file *fp) in hash_delegation_locked()
835 struct nfs4_file *fp = dp->dl_stid.sc_file; in unhash_delegation_locked()
1007 recalculate_deny_mode(struct nfs4_file *fp) in recalculate_deny_mode()
1041 struct nfs4_file *fp = stp->st_stid.sc_file; in release_all_access()
1069 struct nfs4_file *fp = stp->st_stid.sc_file; in unhash_ol_stateid()
1170 struct nfs4_file *fp; in free_ol_stateid_reaplist()
3204 static struct nfs4_file *nfsd4_alloc_file(void) in nfsd4_alloc_file()
3211 struct nfs4_file *fp) in nfsd4_init_file()
3256 sizeof(struct nfs4_file), 0, 0, NULL); in nfsd4_init_slabs()
3394 static void init_open_stateid(struct nfs4_ol_stateid *stp, struct nfs4_file *fp, struct nfsd4_open … in init_open_stateid()
3458 static struct nfs4_file *
3461 struct nfs4_file *fp; in find_file_locked()
3472 struct nfs4_file *
3475 struct nfs4_file *fp; in find_file()
3484 static struct nfs4_file *
3485 find_or_add_file(struct nfs4_file *new, struct knfsd_fh *fh) in find_or_add_file()
3487 struct nfs4_file *fp; in find_or_add_file()
3514 struct nfs4_file *fp; in nfs4_share_conflict()
3607 struct nfs4_file *fp = (struct nfs4_file *)fl->fl_owner; in nfsd_break_deleg_cb()
3821 nfsd4_find_existing_open(struct nfs4_file *fp, struct nfsd4_open *open) in nfsd4_find_existing_open()
3867 static __be32 nfs4_get_vfs_file(struct svc_rqst *rqstp, struct nfs4_file *fp, in nfs4_get_vfs_file()
3933 nfs4_upgrade_open(struct svc_rqst *rqstp, struct nfs4_file *fp, struct svc_fh *cur_fh, struct nfs4_… in nfs4_upgrade_open()
3980 static struct file_lock *nfs4_alloc_init_lease(struct nfs4_file *fp, int flag) in nfs4_alloc_init_lease()
4010 struct nfs4_file *fp = dp->dl_stid.sc_file; in nfs4_setlease()
4063 struct nfs4_file *fp, struct nfs4_clnt_odstate *odstate) in nfs4_set_delegation()
4230 struct nfs4_file *fp = NULL; in nfsd4_process_open2()
5300 struct nfs4_file *fp, struct inode *inode, in init_lock_stateid()
5325 find_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fp) in find_lock_stateid()
5342 find_or_create_lock_stateid(struct nfs4_lockowner *lo, struct nfs4_file *fi, in find_or_create_lock_stateid()
5383 struct nfs4_file *fp = lock_stp->st_stid.sc_file; in get_lock_access()
5400 struct nfs4_file *fi = ost->st_stid.sc_file; in lookup_or_create_lock_state()
5443 struct nfs4_file *fp; in nfsd4_lock()
5791 check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner) in check_for_locks()