Home
last modified time | relevance | path

Searched refs:NLMODIFIED (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/vfs/nfs/
H A Dnfs_subs.c798 if ((np->n_flag & NLMODIFIED) == 0) in nfs_loadattrcache()
823 if ((np->n_flag & NLMODIFIED) == 0) in nfs_loadattrcache()
825 } else if (np->n_flag & NLMODIFIED) { in nfs_loadattrcache()
908 if ((np->n_flag & NLMODIFIED) || timeo < nmp->nm_acdirmin) in nfs_getattrcache()
913 if ((np->n_flag & NLMODIFIED) || timeo < nmp->nm_acregmin) in nfs_getattrcache()
945 if (np->n_flag & NLMODIFIED) in nfs_getattrcache()
H A Dnfs_vnops.c567 if (np->n_flag & NLMODIFIED) { in nfs_open()
645 if (np->n_flag & NLMODIFIED) { in nfs_close()
817 if (np->n_flag & NLMODIFIED) { in nfs_setattr()
1661 VTONFS(dvp)->n_flag |= NLMODIFIED; in nfs_mknodrpc()
1825 VTONFS(dvp)->n_flag |= NLMODIFIED; in nfs_create()
1946 VTONFS(dvp)->n_flag |= NLMODIFIED; in nfs_removerpc()
2094 VTONFS(fdvp)->n_flag |= NLMODIFIED; in nfs_renamerpc()
2095 VTONFS(tdvp)->n_flag |= NLMODIFIED; in nfs_renamerpc()
2270 VTONFS(dvp)->n_flag |= NLMODIFIED; in nfs_symlink()
2339 VTONFS(dvp)->n_flag |= NLMODIFIED; in nfs_mkdir()
[all …]
H A Dnfsnode.h152 #define NLMODIFIED 0x0004 /* Client has pending modifications */ macro
H A Dnfs_bio.c144 if ((np->n_flag & NLMODIFIED) && vp->v_type == VDIR) { in nfs_bioread()
542 if (np->n_flag & NLMODIFIED) { in nfs_write()
635 np->n_flag |= NLMODIFIED; in nfs_write()
696 np->n_flag |= NLMODIFIED; in nfs_write()
907 np->n_flag &= ~(NLMODIFIED | NFLUSHINPROG); in nfs_vinvalbuf()
/dragonfly/usr.sbin/pstat/
H A Dpstat.c539 if (flag & NLMODIFIED) in nfs_print()