Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dnfs3.h53 NF3BLK = 3, enumerator
/linux-2.4.37.9/fs/nfsd/
Dnfs3xdr.c30 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()
Dnfs3proc.c339 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) { in nfsd3_proc_mknod()
341 || (argp->ftype == NF3BLK && argp->major >= MAX_BLKDEV) in nfsd3_proc_mknod()
/linux-2.4.37.9/fs/nfs/
Dnfs3proc.c469 case S_IFBLK: arg.type = NF3BLK; break; in nfs3_proc_mknod()
Dnfs3xdr.c432 if (args->type == NF3CHR || args->type == NF3BLK) { in nfs3_xdr_mknodargs()