Searched refs:NF4DIR (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeDir.cpp23 return CreateObject(name, NULL, mode, NF4DIR, id);
32 if (fType != NF4DIR)
103 result = NFS4Inode::CreateObject(attrDir, NULL, st.st_mode, NF4DIR,
H A DNFS4Inode.cpp821 case NF4DIR:
822 req.Create(NF4DIR, name, cattr, i);
895 attr.fData.fValue32 = NF4DIR;
896 if (type == NF4DIR)
923 if (type == NF4DIR)
928 if (result == NFS4ERR_SAME && type != NF4DIR)
930 if (result == NFS4ERR_NOT_SAME && type == NF4DIR)
H A DNFS4Defs.h157 NF4DIR = 2, /* Directory */ enumerator in enum:FileType
H A DInode.cpp104 if (inode->fType == NF4DIR)
195 if (fType != NF4DIR)
H A Dkernel_interface.cpp996 status_t result = inode->Remove(name, NF4DIR, &id);

Completed in 53 milliseconds