Searched refs:nfstimespeccmp (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_vnops.c | 2479 if (nfstimespeccmp(&np->n_mtime, &premtime, ==)) { in nfs3_setattr_rpc() 2484 nfstimespeccmp(&np->n_ncmtime, &premtime, ==)) { in nfs3_setattr_rpc() 4010 if (nfstimespeccmp(&np->n_mtime, &premtime, ==)) { in nfs3_write_rpc_async_finish() 4188 if (nfstimespeccmp(&dnp->n_ncmtime, &premtime, ==)) { in nfs3_vnop_mknod() 4363 if (nfstimespeccmp(&dnp->n_ncmtime, &premtime, ==)) { in nfs3_vnop_create() 4700 if (nfstimespeccmp(&dnp->n_ncmtime, &premtime, ==)) { in nfs3_remove_rpc() 4962 if (nfstimespeccmp(&fdnp->n_ncmtime, &fpremtime, ==)) { in nfs3_rename_rpc() 4970 if (nfstimespeccmp(&tdnp->n_ncmtime, &tpremtime, ==)) { in nfs3_rename_rpc() 5065 if (nfstimespeccmp(&tdnp->n_ncmtime, &premtime, ==)) { in nfs3_vnop_link() 5213 if (nfstimespeccmp(&dnp->n_ncmtime, &premtime, ==)) { in nfs3_vnop_symlink() [all …]
|
| H A D | nfsnode.h | 680 #define nfstimespeccmp(tvp, uvp, cmp) \ macro
|