Searched refs:rootid (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/security/ |
| D | commoncap.c | 412 root = le32_to_cpu(nscap->rootid); in cap_inode_getsecurity() 421 nscap->rootid = cpu_to_le32(mappedroot); in cap_inode_getsecurity() 457 uid_t rootid = 0; in rootid_from_xattr() local 460 rootid = le32_to_cpu(nscap->rootid); in rootid_from_xattr() 462 return make_kuid(task_ns, rootid); in rootid_from_xattr() 485 kuid_t rootid; in cap_convert_nscap() local 499 rootid = rootid_from_xattr(*ivalue, size, task_ns); in cap_convert_nscap() 500 if (!uid_valid(rootid)) in cap_convert_nscap() 503 nsrootid = from_kuid(fs_ns, rootid); in cap_convert_nscap() 511 nscap->rootid = cpu_to_le32(nsrootid); in cap_convert_nscap() [all …]
|
| /Linux-v5.10/include/trace/events/ |
| D | btrfs.h | 1529 __field( u64, rootid ) 1538 __entry->rootid = 1548 __entry->rootid, __entry->ino, __entry->start, __entry->len, 1917 __field( u64, rootid ) 1929 __entry->rootid = 1933 __entry->rootid = 0; 1943 __entry->rootid, __entry->start, __entry->len, 1956 __field( u64, rootid ) 1968 __entry->rootid = 1972 __entry->rootid = 0; [all …]
|
| /Linux-v5.10/include/uapi/linux/ |
| D | capability.h | 89 __le32 rootid; member
|
| /Linux-v5.10/include/linux/ |
| D | capability.h | 33 kuid_t rootid; member
|
| /Linux-v5.10/kernel/ |
| D | audit.h | 59 kuid_t rootid; member
|
| D | auditsc.c | 1214 from_kuid(&init_user_ns, name->fcap.rootid)); in audit_log_fcaps() 1531 axs->fcap.rootid)); in audit_log_exit() 1954 name->fcap.rootid = caps.rootid; in audit_copy_fcaps() 2503 ax->fcap.rootid = vcaps.rootid; in __audit_log_bprm_fcaps()
|
| /Linux-v5.10/fs/btrfs/ |
| D | ctree.h | 3573 static inline int is_fstree(u64 rootid) in is_fstree() argument 3575 if (rootid == BTRFS_FS_TREE_OBJECTID || in is_fstree() 3576 ((s64)rootid >= (s64)BTRFS_FIRST_FREE_OBJECTID && in is_fstree() 3577 !btrfs_qgroup_level(rootid))) in is_fstree()
|