Searched refs:OPENNAMED (Results 1 – 7 of 7) sorted by relevance
181 #define OPENNAMED 0x01000000 /* opening a named attribute (dir) */ macro
1237 opennamed = (flags & (OPENNAMED | ISLASTCN)) == (OPENNAMED | ISLASTCN); in nfs_lookup()1392 (flags & (ISLASTCN | ISOPEN | OPENNAMED))) == (ISLASTCN | ISOPEN)) { in nfs_lookup()1849 opennamed = (cnp->cn_flags & (OPENNAMED | ISLASTCN)) == in nfs_create()1850 (OPENNAMED | ISLASTCN); in nfs_create()
409 (cnp->cn_flags & OPENNAMED) == 0 && in namei_setup()
210 res |= OPENNAMED | CREATENAMED; in open2nameif()
4998 opennamed = (cnp->cn_flags & (OPENNAMED | ISLASTCN)) == in zfs_freebsd_lookup()4999 (OPENNAMED | ISLASTCN); in zfs_freebsd_lookup()5083 if (zfsvfs->z_use_namecache && (ap->a_cnp->cn_flags & OPENNAMED) == 0) in zfs_cache_lookup()5128 if (!is_nameddir && (cnp->cn_flags & OPENNAMED) != 0) { in zfs_freebsd_create()
739 NFSNAMEICNDSET(cnp, nd->nd_cred, LOOKUP, LOCKLEAF | OPENNAMED); in nfsrvd_lookup() 750 /* Don't set OPENNAMED for Lookupp (".."). */ in nfsrvd_lookup() 753 cnp->cn_flags &= ~OPENNAMED; in nfsrvd_lookup() 4478 NFSNAMEICNDSET(&cn, nd->nd_cred, LOOKUP, OPENNAMED | ISLASTCN | in nfsrvd_openattr()
2917 OPENNAMED; in nfsrvd_readdirplus()