Searched refs:nfstimespeccmp (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_vnops.c | 2466 if (nfstimespeccmp(&np->n_mtime, &premtime, ==)) { in nfs3_setattr_rpc() 2471 nfstimespeccmp(&np->n_ncmtime, &premtime, ==)) { in nfs3_setattr_rpc() 3997 if (nfstimespeccmp(&np->n_mtime, &premtime, ==)) { in nfs3_write_rpc_async_finish() 4175 if (nfstimespeccmp(&dnp->n_ncmtime, &premtime, ==)) { in nfs3_vnop_mknod() 4350 if (nfstimespeccmp(&dnp->n_ncmtime, &premtime, ==)) { in nfs3_vnop_create() 4688 if (nfstimespeccmp(&dnp->n_ncmtime, &premtime, ==)) { in nfs3_remove_rpc() 4951 if (nfstimespeccmp(&fdnp->n_ncmtime, &fpremtime, ==)) { in nfs3_rename_rpc() 4959 if (nfstimespeccmp(&tdnp->n_ncmtime, &tpremtime, ==)) { in nfs3_rename_rpc() 5055 if (nfstimespeccmp(&tdnp->n_ncmtime, &premtime, ==)) { in nfs3_vnop_link() 5203 if (nfstimespeccmp(&dnp->n_ncmtime, &premtime, ==)) { in nfs3_vnop_symlink() [all …]
|
| H A D | nfsnode.h | 670 #define nfstimespeccmp(tvp, uvp, cmp) \ macro
|