Searched refs:NF4NAMEDATTR (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Defs.h164 NF4NAMEDATTR = 9 /* Named Attribute */ enumerator in enum:FileType
H A DInode.cpp262 if (type == NF4NAMEDATTR) {
279 DirectoryCache* cache = type != NF4NAMEDATTR ? fCache : fAttrCache;
295 if (type == NF4NAMEDATTR) {
H A DNFS4Inode.cpp901 if (type != NF4NAMEDATTR) {
935 if (type != NF4NAMEDATTR) {
H A Dkernel_interface.cpp1326 return inode->Remove(name, NF4NAMEDATTR, NULL);

Completed in 49 milliseconds