Searched refs:rootid (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/security/ |
| D | commoncap.c | 412 root = le32_to_cpu(nscap->rootid); in cap_inode_getsecurity() 446 nscap->rootid = cpu_to_le32(mappedroot); in cap_inode_getsecurity() 504 uid_t rootid = 0; in rootid_from_xattr() local 507 rootid = le32_to_cpu(nscap->rootid); in rootid_from_xattr() 509 rootkid = make_kuid(task_ns, rootid); in rootid_from_xattr() 547 kuid_t rootid; in cap_convert_nscap() local 561 rootid = rootid_from_xattr(*ivalue, size, task_ns, mnt_userns); in cap_convert_nscap() 562 if (!uid_valid(rootid)) in cap_convert_nscap() 565 nsrootid = from_kuid(fs_ns, rootid); in cap_convert_nscap() 573 nscap->rootid = cpu_to_le32(nsrootid); in cap_convert_nscap() [all …]
|
| /Linux-v5.15/include/trace/events/ |
| D | btrfs.h | 1529 __field( u64, rootid ) 1538 __entry->rootid = 1548 __entry->rootid, __entry->ino, __entry->start, __entry->len, 1929 __field( u64, rootid ) 1941 __entry->rootid = 1945 __entry->rootid = 0; 1955 __entry->rootid, __entry->start, __entry->len, 1968 __field( u64, rootid ) 1980 __entry->rootid = 1984 __entry->rootid = 0; [all …]
|
| /Linux-v5.15/include/uapi/linux/ |
| D | capability.h | 89 __le32 rootid; member
|
| /Linux-v5.15/include/linux/ |
| D | capability.h | 33 kuid_t rootid; member
|
| /Linux-v5.15/kernel/ |
| D | audit.h | 62 kuid_t rootid; member
|
| D | auditsc.c | 1219 from_kuid(&init_user_ns, name->fcap.rootid)); in audit_log_fcaps() 1541 axs->fcap.rootid)); in audit_log_exit() 1951 name->fcap.rootid = caps.rootid; in audit_copy_fcaps() 2505 ax->fcap.rootid = vcaps.rootid; in __audit_log_bprm_fcaps()
|
| /Linux-v5.15/fs/btrfs/ |
| D | ctree.h | 3788 static inline int is_fstree(u64 rootid) in is_fstree() argument 3790 if (rootid == BTRFS_FS_TREE_OBJECTID || in is_fstree() 3791 ((s64)rootid >= (s64)BTRFS_FIRST_FREE_OBJECTID && in is_fstree() 3792 !btrfs_qgroup_level(rootid))) in is_fstree()
|