Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dnfs3.h59 NF3CHR = 4, enumerator
/Linux-v5.4/fs/nfsd/
Dnfs3xdr.c24 NF3NON, NF3FIFO, NF3CHR, NF3BAD,
522 if (args->ftype == NF3BLK || args->ftype == NF3CHR in nfs3svc_decode_mknodargs()
526 if (args->ftype == NF3BLK || args->ftype == NF3CHR) { in nfs3svc_decode_mknodargs()
Dnfs3proc.c328 if (argp->ftype == NF3CHR || argp->ftype == NF3BLK) { in nfsd3_proc_mknod()
/Linux-v5.4/fs/nfs/
Dnfs3xdr.c101 [NF3CHR] = S_IFCHR,
1136 case NF3CHR: in encode_mknoddata3()
Dnfs3proc.c710 data->arg.mknod.type = NF3CHR; in nfs3_proc_mknod()