NF4DIR
if (inode->fType == NF4DIR)
if (fType != NF4DIR)
result = NFS4Inode::CreateObject(attrDir, NULL, st.st_mode, NF4DIR,
return CreateObject(name, NULL, mode, NF4DIR, id);
if (fType != NF4DIR)
if (type == NF4DIR)
if (result == NFS4ERR_SAME && type != NF4DIR)
if (result == NFS4ERR_NOT_SAME && type == NF4DIR)
case NF4DIR:
req.Create(NF4DIR, name, cattr, i);
attr.fData.fValue32 = NF4DIR;
if (type == NF4DIR)
status_t result = inode->Remove(name, NF4DIR, &id);