Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dnfs3.h61 NF3FIFO = 7, /* changed from NFSv2 (was 8) */ enumerator
/linux-3.4.99/fs/nfs/
Dnfs3xdr.c100 [NF3FIFO] = S_IFIFO,
393 BUG_ON(type > NF3FIFO); in encode_ftype3()
402 if (type > NF3FIFO) in xdr_decode_ftype3()
1140 case NF3FIFO: in encode_mknoddata3()
Dnfs3proc.c722 data->arg.mknod.type = NF3FIFO; in nfs3_proc_mknod()
/linux-3.4.99/fs/nfsd/
Dnfs3xdr.c20 NF3NON, NF3FIFO, NF3CHR, NF3BAD,
506 || args->ftype == NF3SOCK || args->ftype == NF3FIFO) in nfs3svc_decode_mknodargs()
Dnfs3proc.c324 if (argp->ftype != NF3SOCK && argp->ftype != NF3FIFO) in nfsd3_proc_mknod()