Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dnfs3.h59 NF3CHR = 4, enumerator
/Linux-v4.19/fs/nfsd/
Dnfs3xdr.c24 NF3NON, NF3FIFO, NF3CHR, NF3BAD,
520 if (args->ftype == NF3BLK || args->ftype == NF3CHR in nfs3svc_decode_mknodargs()
524 if (args->ftype == NF3BLK || args->ftype == NF3CHR) { in nfs3svc_decode_mknodargs()
Dnfs3proc.c333 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) { in nfsd3_proc_mknod()
/Linux-v4.19/fs/nfs/
Dnfs3xdr.c100 [NF3CHR] = S_IFCHR,
1171 case NF3CHR: in encode_mknoddata3()
Dnfs3proc.c688 data->arg.mknod.type = NF3CHR; in nfs3_proc_mknod()