Home
last modified time | relevance | path

Searched refs:XATTR_NAME_CAPS (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/security/
Dcommoncap.c301 error = __vfs_getxattr(dentry, inode, XATTR_NAME_CAPS, NULL, 0); in cap_inode_need_killpriv()
325 error = __vfs_removexattr(idmap, dentry, XATTR_NAME_CAPS); in cap_inode_killpriv()
401 size = vfs_getxattr_alloc(idmap, dentry, XATTR_NAME_CAPS, &tmpbuf, in cap_inode_getsecurity()
655 XATTR_NAME_CAPS, &data, XATTR_CAPS_SZ); in get_vfs_caps_from_disk()
1003 if (strcmp(name, XATTR_NAME_CAPS) == 0) in cap_inode_setxattr()
1040 if (strcmp(name, XATTR_NAME_CAPS) == 0) { in cap_inode_removexattr()
/linux-6.6.21/include/uapi/linux/
Dxattr.h77 #define XATTR_NAME_CAPS XATTR_SECURITY_PREFIX XATTR_CAPS_SUFFIX macro
/linux-6.6.21/fs/overlayfs/
Dcopy_up.c1000 err = cap_size = ovl_getxattr_value(&upperpath, XATTR_NAME_CAPS, in ovl_copy_up_meta_inode_data()
1015 err = ovl_do_setxattr(ofs, upperpath.dentry, XATTR_NAME_CAPS, in ovl_copy_up_meta_inode_data()
/linux-6.6.21/security/integrity/evm/
Devm_main.c69 .name = XATTR_NAME_CAPS,
/linux-6.6.21/fs/
Dxattr.c313 if (size && strcmp(name, XATTR_NAME_CAPS) == 0) { in vfs_setxattr()
/linux-6.6.21/fs/btrfs/
Dsend.c4916 if (!strncmp(name, XATTR_NAME_CAPS, name_len)) in __process_new_xattr()
5831 XATTR_NAME_CAPS, strlen(XATTR_NAME_CAPS), 0); in send_capabilities()
5857 ret = send_set_xattr(sctx, fspath, XATTR_NAME_CAPS, in send_capabilities()
5858 strlen(XATTR_NAME_CAPS), buf, buf_len); in send_capabilities()