Searched refs:rootid (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/security/ |
D | commoncap.c | 414 root = le32_to_cpu(nscap->rootid); in cap_inode_getsecurity() 448 nscap->rootid = cpu_to_le32(mappedroot); in cap_inode_getsecurity() 497 uid_t rootid = 0; in rootid_from_xattr() local 500 rootid = le32_to_cpu(nscap->rootid); in rootid_from_xattr() 502 return VFSUIDT_INIT(make_kuid(task_ns, rootid)); in rootid_from_xattr() 539 kuid_t rootid; in cap_convert_nscap() local 558 rootid = from_vfsuid(idmap, fs_ns, vfsrootid); in cap_convert_nscap() 559 if (!uid_valid(rootid)) in cap_convert_nscap() 562 nsrootid = from_kuid(fs_ns, rootid); in cap_convert_nscap() 570 nscap->rootid = cpu_to_le32(nsrootid); in cap_convert_nscap() [all …]
|
/Linux-v6.6/fs/btrfs/ |
D | ctree.h | 694 static inline int is_fstree(u64 rootid) in is_fstree() argument 696 if (rootid == BTRFS_FS_TREE_OBJECTID || in is_fstree() 697 ((s64)rootid >= (s64)BTRFS_FIRST_FREE_OBJECTID && in is_fstree() 698 !btrfs_qgroup_level(rootid))) in is_fstree()
|
/Linux-v6.6/include/trace/events/ |
D | btrfs.h | 1697 __field( u64, rootid ) 1706 __entry->rootid = 1716 __entry->rootid, __entry->ino, __entry->start, __entry->len, 2099 __field( u64, rootid ) 2111 __entry->rootid = inode->root->root_key.objectid; 2114 __entry->rootid = 0; 2124 __entry->rootid, __entry->start, __entry->len, 2137 __field( u64, rootid ) 2149 __entry->rootid = inode->root->root_key.objectid; 2152 __entry->rootid = 0; [all …]
|
/Linux-v6.6/include/uapi/linux/ |
D | capability.h | 90 __le32 rootid; member
|
/Linux-v6.6/include/linux/ |
D | capability.h | 29 kuid_t rootid; member
|
/Linux-v6.6/kernel/ |
D | audit.h | 63 kuid_t rootid; member
|
D | auditsc.c | 1319 from_kuid(&init_user_ns, name->fcap.rootid)); in audit_log_fcaps() 1746 axs->fcap.rootid)); in audit_log_exit() 2263 name->fcap.rootid = caps.rootid; in audit_copy_fcaps() 2819 ax->fcap.rootid = vcaps.rootid; in __audit_log_bprm_fcaps()
|