Home
last modified time | relevance | path

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

/linux/fs/kernfs/
H A Ddir.c387 if (kernfs_type(kn) == KERNFS_DIR) in kernfs_link_sibling()
414 if (kernfs_type(kn) == KERNFS_DIR) in kernfs_unlink_sibling()
696 if (flags & KERNFS_DIR) in kernfs_new_node()
786 if (kernfs_type(parent) != KERNFS_DIR) in kernfs_add_one()
990 KERNFS_DIR); in kernfs_create_root()
1062 uid, gid, KERNFS_DIR); in kernfs_create_dir_ns()
1094 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, KERNFS_DIR); in kernfs_create_empty_dir()
1323 if (kernfs_type(pos) != KERNFS_DIR) in kernfs_leftmost_descendant()
1429 if (WARN_ON_ONCE(kernfs_type(kn) == KERNFS_DIR)) in kernfs_show()
H A Dinode.c179 if (kernfs_type(kn) == KERNFS_DIR) in kernfs_refresh_inode()
212 case KERNFS_DIR: in kernfs_init_inode()
/linux/fs/sysfs/
H A Ddir.c100 WARN_ON_ONCE(kernfs_type(kn) != KERNFS_DIR); in sysfs_remove_dir()
/linux/include/linux/
H A Dkernfs.h95 KERNFS_DIR = 0x0001, enumerator
381 WARN_ON_ONCE(kernfs_type(kn) != KERNFS_DIR); in kernfs_enable_ns()
/linux/kernel/cgroup/
H A Dcgroup-v1.c716 kernfs_type(kn) != KERNFS_DIR) in cgroupstats_build()
845 if (kernfs_type(kn) != KERNFS_DIR) in cgroup1_rename()
H A Dcgroup.c1612 if (kernfs_type(kn) == KERNFS_DIR) in cgroup_kn_unlock()
1644 if (kernfs_type(kn) == KERNFS_DIR) in cgroup_kn_lock_live()
6296 if (kernfs_type(kn) != KERNFS_DIR) { in cgroup_get_from_id()
6886 !kn || kernfs_type(kn) != KERNFS_DIR) in css_tryget_online_from_dir()
6941 if (kernfs_type(kn) != KERNFS_DIR) { in cgroup_get_from_path()