Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnfs4.h328 NF4REG = 1, /* Regular File */ enumerator
/linux-6.15/fs/nfsd/
H A Dnfs4proc.c265 nfsd4_acl_to_attr(NF4REG, open->op_acl, &attrs); in nfsd4_create_file()
1186 status = nfsd4_acl_to_attr(S_ISDIR(inode->i_mode) ? NF4DIR : NF4REG, in nfsd4_setattr()
H A Dnfs4xdr.c3016 *p = cpu_to_be32(NF4REG); in nfsd4_encode_fattr4_type()
/linux-6.15/fs/nfs/
H A Dnfs4xdr.c947 [NF4REG] = S_IFREG,
3357 if (*type < NF4REG || *type > NF4NAMEDATTR) { in decode_attr_type()
H A Dnfs4proc.c4927 err = _nfs4_proc_remove(dir, &dentry->d_name, NF4REG); in nfs4_proc_remove()