Lines Matching defs:be
19 * may be used to endorse or promote products derived from this software
25 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
51 * such as a badly constructed rpc request that should be dropped without
893 * should do, but I might as well be consistent with Version 3,
970 * just enough to ensure data integrity) must be written to
1204 * Now, do VOP_WRITE()s for any one(s) that need to be done now
1372 * NB: Must be called at splsoftclock().
1407 * Otherwise, requests may be lost and clients will be stuck.
1855 * The root of a mounted filesystem cannot be deleted.
1999 /* len2 will be checked by nfs_namei */
2586 * The root of a mounted filesystem cannot be deleted.
2631 * The nfsm_clget macro is used here so that the reply will be packed
2641 * these cannot be seen through NFS (unless we extend the protocol)
2661 struct nfs_fattr fl_fattr; /* XXX: must be of fattr3 size */
2674 char *bp, *be;
2833 len = 3 * NFSX_UNSIGNED; /* paranoia, probably can be 0 */
2842 be = bp + M_TRAILINGSPACE(mp);
2880 if ((bp+xfer) > be)
2881 tsiz = be-bp;
2921 if (bp < be)
2937 char *bp, *be;
3034 * even be here otherwise.
3112 be = bp + M_TRAILINGSPACE(mp);
3140 * If either the dircount or maxcount will be
3182 if ((bp + xfer) > be)
3183 tsiz = be - bp;
3203 if ((bp + xfer) > be)
3204 tsiz = be - bp;
3221 if ((bp + xfer) > be)
3222 tsiz = be - bp;
3249 if (bp < be)
3433 * There should be file system VFS OP(s) to get this information.
3508 * These should probably be supported by VOP_PATHCONF(), but
3510 * Unix defaults should be ok.
3564 * 2 - The owner is to be given access irrespective of mode bits for some