Searched refs:parent_sd (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/configfs/ |
A D | dir.c | 102 int parent_depth = parent_sd->s_depth; in configfs_set_dir_dirent_depth() 449 if (!configfs_dirent_is_ready(parent_sd)) in configfs_lookup() 499 parent_sd->s_type |= CONFIGFS_USET_DROPPING; in configfs_detach_prep() 502 if (parent_sd->s_links) in configfs_detach_prep() 544 parent_sd->s_type &= ~CONFIGFS_USET_DROPPING; in configfs_detach_rollback() 554 struct configfs_dirent * parent_sd; in detach_attrs() local 563 parent_sd = dentry->d_fsdata; in detach_attrs() 620 struct configfs_dirent *parent_sd; in detach_groups() local 626 parent_sd = dentry->d_fsdata; in detach_groups() 1574 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 11 milliseconds