Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs4.h327 NF4REG = 1, /* Regular File */ enumerator
/linux/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()
/linux/fs/nfs/
H A Dnfs4xdr.c947 [NF4REG] = S_IFREG,
3357 if (*type < NF4REG || *type > NF4NAMEDATTR) { in decode_attr_type()
H A Dnfs4proc.c4912 err = _nfs4_proc_remove(dir, &dentry->d_name, NF4REG); in nfs4_proc_remove()