Searched refs:parent_sd (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/configfs/ |
| A D | dir.c | 94 int parent_depth = parent_sd->s_depth; in configfs_set_dir_dirent_depth() 439 if (!configfs_dirent_is_ready(parent_sd)) in configfs_lookup() 489 parent_sd->s_type |= CONFIGFS_USET_DROPPING; in configfs_detach_prep() 492 if (parent_sd->s_links) in configfs_detach_prep() 534 parent_sd->s_type &= ~CONFIGFS_USET_DROPPING; in configfs_detach_rollback() 544 struct configfs_dirent * parent_sd; in detach_attrs() local 553 parent_sd = dentry->d_fsdata; in detach_attrs() 610 struct configfs_dirent *parent_sd; in detach_groups() local 616 parent_sd = dentry->d_fsdata; in detach_groups() 1564 if (configfs_dirent_is_ready(parent_sd)) { in configfs_dir_open() [all …]
|
| A D | file.c | 450 struct configfs_dirent *parent_sd = dir->d_fsdata; in configfs_create_file() local 455 error = configfs_make_dirent(parent_sd, NULL, (void *) attr, mode, in configfs_create_file() 456 CONFIGFS_ITEM_ATTR, parent_sd->s_frag); in configfs_create_file() 472 struct configfs_dirent *parent_sd = dir->d_fsdata; in configfs_create_bin_file() local 477 error = configfs_make_dirent(parent_sd, NULL, (void *) bin_attr, mode, in configfs_create_bin_file() 478 CONFIGFS_ITEM_BIN_ATTR, parent_sd->s_frag); in configfs_create_bin_file()
|
| A D | inode.c | 224 struct configfs_dirent * parent_sd = dir->d_fsdata; in configfs_hash_and_remove() local 231 list_for_each_entry(sd, &parent_sd->s_children, s_sibling) { in configfs_hash_and_remove()
|
Completed in 23 milliseconds