Home
last modified time | relevance | path

Searched refs:SYSFS_DIR (Results 1 – 4 of 4) sorted by relevance

/fs/sysfs/
Dsysfs.h64 #define SYSFS_DIR 0x0001 macro
68 #define SYSFS_COPY_NAME (SYSFS_DIR | SYSFS_KOBJ_LINK)
Ddir.c426 if (sysfs_type(sd) == SYSFS_DIR && acxt->parent_inode) in __sysfs_add_one()
491 if (sysfs_type(sd) == SYSFS_DIR && acxt->parent_inode) in sysfs_remove_one()
541 if (sysfs_type(sd) == SYSFS_DIR) in sysfs_drop_dentry()
649 sd = sysfs_new_dirent(name, mode, SYSFS_DIR); in create_dir()
765 if (sysfs_type(sd) != SYSFS_DIR) in __sysfs_remove_dir()
Dinode.c140 if (sysfs_type(child) == SYSFS_DIR) in sysfs_count_nlink()
168 case SYSFS_DIR: in sysfs_init_inode()
Dmount.c38 .s_flags = SYSFS_DIR,