Searched refs:nfs_open_file (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs.h | 915 struct nfs_open_file; 1399 int nfs_open_file_find(nfsnode_t, struct nfs_open_owner *, struct nfs_open_file **, uint32_t, u… 1400 int nfs_open_file_find_internal(nfsnode_t, struct nfs_open_owner *, struct nfs_open_file **, ui… 1401 void nfs_open_file_destroy(struct nfs_open_file *); 1402 int nfs_open_file_set_busy(struct nfs_open_file *, thread_t); 1403 void nfs_open_file_clear_busy(struct nfs_open_file *); 1404 void nfs_open_file_add_open(struct nfs_open_file *, uint32_t, uint32_t, int); 1405 void nfs_open_file_remove_open_find(struct nfs_open_file *, uint32_t, uint32_t, uint8_t *, uint8… 1406 void nfs_open_file_remove_open(struct nfs_open_file *, uint32_t, uint32_t); 1408 int nfs_check_for_locks(struct nfs_open_owner *, struct nfs_open_file *); [all …]
|
| H A D | nfsnode.h | 450 TAILQ_HEAD(, nfs_open_file) noo_opens; /* list of open files */ 460 struct nfs_open_file { struct 462 TAILQ_ENTRY(nfs_open_file) nof_link; /* list of open files */ argument 463 TAILQ_ENTRY(nfs_open_file) nof_oolink; /* list of open owner's open files */ 666 TAILQ_HEAD(, nfs_open_file) n_opens; /* list of open files */
|
| H A D | nfs4_vnops.c | 2189 struct nfs_open_file **nofpp, in nfs_open_file_find() 2207 struct nfs_open_file **nofpp, in nfs_open_file_find_internal() 2212 struct nfs_open_file *nofp = NULL, *nofp2, *newnofp = NULL; in nfs_open_file_find_internal() 2240 newnofp = kalloc_type(struct nfs_open_file, in nfs_open_file_find_internal() 2280 nfs_open_file_destroy(struct nfs_open_file *nofp) in nfs_open_file_destroy() 2287 kfree_type(struct nfs_open_file, nofp); in nfs_open_file_destroy() 2295 nfs_open_file_set_busy(struct nfs_open_file *nofp, thread_t thd) in nfs_open_file_set_busy() 2329 nfs_open_file_clear_busy(struct nfs_open_file *nofp) in nfs_open_file_clear_busy() 2349 nfs_open_file_add_open(struct nfs_open_file *nofp, uint32_t accessMode, uint32_t denyMode, int dele… in nfs_open_file_add_open() 2419 struct nfs_open_file *nofp, in nfs_open_file_remove_open_find() [all …]
|
| H A D | nfsmount.h | 235 …int (*nf_setlock_rpc)(nfsnode_t, struct nfs_open_file *, struct nfs_file_lock *, int, int, thr…
|
| H A D | nfs_node.c | 613 struct nfs_open_file *nofp; in nfs_vnop_inactive() 927 struct nfs_open_file *nofp, *nextnofp; in nfs_vnop_reclaim()
|
| H A D | nfs_lock.c | 765 struct nfs_open_file *nofp, in nfs3_setlock_rpc()
|
| H A D | nfs_vnops.c | 831 struct nfs_open_file *nofp = NULL; in nfs_vnop_open() 1051 struct nfs_open_file *nofp; in nfs_no_of_open_file_writers() 1104 struct nfs_open_file *nofp = NULL; in nfs_vnop_close() 1284 struct nfs_open_file *nofp, in nfs_close() 1567 struct nfs_open_file *ofp; in nfs_refresh_fh() 2012 struct nfs_open_file *nofp = NULL; in nfs_vnop_setattr()
|
| H A D | nfs4_subs.c | 2702 struct nfs_open_file *nofp; in nfs4_expired_check_delegation() 2770 struct nfs_open_file *nofp; in nfs_recover()
|