Searched refs:NF3BLK (Results 1 – 5 of 5) sorted by relevance
53 NF3BLK = 3, enumerator
30 NF3DIR, NF3BAD, NF3BLK, NF3BAD,425 if (args->ftype == NF3BLK || args->ftype == NF3CHR in nfs3svc_decode_mknodargs()431 if (args->ftype == NF3BLK || args->ftype == NF3CHR) { in nfs3svc_decode_mknodargs()
339 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) { in nfsd3_proc_mknod()341 || (argp->ftype == NF3BLK && argp->major >= MAX_BLKDEV) in nfsd3_proc_mknod()
469 case S_IFBLK: arg.type = NF3BLK; break; in nfs3_proc_mknod()
432 if (args->type == NF3CHR || args->type == NF3BLK) { in nfs3_xdr_mknodargs()