Searched refs:NF4REG (Results 1 – 5 of 5) sorted by relevance
322 NF4REG = 1, /* Regular File */ enumerator
262 nfsd4_acl_to_attr(NF4REG, open->op_acl, &attrs); in nfsd4_create_file()1129 status = nfsd4_acl_to_attr(S_ISDIR(inode->i_mode) ? NF4DIR : NF4REG, in nfsd4_setattr()
2783 case S_IFREG: return NF4REG; in nfs4_file_type()
943 [NF4REG] = S_IFREG,3321 if (*type < NF4REG || *type > NF4NAMEDATTR) { in decode_attr_type()
4762 err = _nfs4_proc_remove(dir, &dentry->d_name, NF4REG); in nfs4_proc_remove()
Completed in 50 milliseconds