Searched refs:NFS_OPEN_FILE_REOPEN (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_node.c657 if (nofp->nof_flags & NFS_OPEN_FILE_REOPEN) {
685 if ((nofp->nof_flags & NFS_OPEN_FILE_REOPEN) && (nofp->nof_opencnt == 1)) {
686 nofp->nof_flags &= ~NFS_OPEN_FILE_REOPEN;
692 if (nofp->nof_flags & NFS_OPEN_FILE_REOPEN) {
H A Dnfs4_vnops.c2438 if (nofp->nof_flags & NFS_OPEN_FILE_REOPEN)
2712 if (!error && (nofp->nof_flags & NFS_OPEN_FILE_REOPEN)) {
2908 if (nofp->nof_flags & NFS_OPEN_FILE_REOPEN) {
3624 if (nofp->nof_flags & NFS_OPEN_FILE_REOPEN) {
3996 if (nofp->nof_flags & NFS_OPEN_FILE_REOPEN) {
4345 if (!error && (nofp->nof_flags & NFS_OPEN_FILE_REOPEN)) {
4419 if (error || !(nofp->nof_flags & NFS_OPEN_FILE_REOPEN)) {
4502 nofp->nof_flags &= ~NFS_OPEN_FILE_REOPEN;
5678 nofp->nof_flags |= NFS_OPEN_FILE_REOPEN;
5791 nofp->nof_flags &= ~NFS_OPEN_FILE_REOPEN;
[all...]
H A Dnfs4_subs.c2392 if (nofp->nof_flags & NFS_OPEN_FILE_REOPEN)
2552 if (!error && (nofp->nof_flags & NFS_OPEN_FILE_REOPEN))
2583 nofp->nof_flags |= NFS_OPEN_FILE_REOPEN;
2597 nofp->nof_flags &= ~NFS_OPEN_FILE_REOPEN;
H A Dnfsnode.h470 #define NFS_OPEN_FILE_REOPEN 0x0100 /* file needs to be reopened */ macro
H A Dnfs_vnops.c818 if (!error && (nofp->nof_flags & NFS_OPEN_FILE_REOPEN)) {
1105 if (!error && (nofp->nof_flags & NFS_OPEN_FILE_REOPEN)) {
1691 if (!error && (nofp->nof_flags & NFS_OPEN_FILE_REOPEN)) {

Completed in 108 milliseconds