Searched refs:CREATE_XATTR_DIR (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_xattr.c | 97 } else if (flags & CREATE_XATTR_DIR) { in ufs_xattr_getattrdir() 104 } else if (flags & CREATE_XATTR_DIR) { in ufs_xattr_getattrdir()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | open.c | 181 LOOKUP_XATTR|CREATE_XATTR_DIR, rootvp, CRED(), in copen()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_acl_srv.c | 398 flags |= CREATE_XATTR_DIR; in acl2_getxattrdir() 638 flags |= CREATE_XATTR_DIR; in acl3_getxattrdir()
|
H A D | nfs_vnops.c | 1713 bool_t cflag = ((flags & CREATE_XATTR_DIR) != 0); in nfs_lookup()
|
H A D | nfs3_vnops.c | 1944 bool_t cflag = ((flags & CREATE_XATTR_DIR) != 0); in nfs3_lookup()
|
H A D | nfs4_srv.c | 3065 lookup_flags |= CREATE_XATTR_DIR; in rfs4_op_openattr()
|
H A D | nfs4_vnops.c | 5046 int cflag = ((flags & CREATE_XATTR_DIR) != 0); in nfs4lookup_xattr()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | xattr.c | 1070 error = xattr_dir_realdir(dvp, &pvp, LOOKUP_XATTR|CREATE_XATTR_DIR, in xattr_dir_create() 1432 error = xattr_dir_realdir(vp, &pvp, LOOKUP_XATTR|CREATE_XATTR_DIR, in xattr_lookup_cb() 1614 error = VOP_LOOKUP(pvp, nm, &dvp, &pn, LOOKUP_XATTR|CREATE_XATTR_DIR, in xattr_dir_vget()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vops.c | 1040 LOOKUP_XATTR | CREATE_XATTR_DIR, cr)) != 0) in smb_vop_stream_lookup() 1080 LOOKUP_XATTR | CREATE_XATTR_DIR, cr)) != 0) in smb_vop_stream_create()
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 319 if (nm[0] == '\0' && ! (flags & (CREATE_XATTR_DIR|LOOKUP_XATTR))) { in lo_lookup()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_dir.c | 1014 if (!(flags & CREATE_XATTR_DIR)) { in zfs_get_xattrdir()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1174 #define CREATE_XATTR_DIR 0x04 /* Create extended attr dir */ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 1179 #define CREATE_XATTR_DIR 0x04 /* Create extended attr dir */ macro
|
/titanic_44/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 854 if (!(flags & CREATE_XATTR_DIR)) { in tmp_lookup()
|