Home
last modified time | relevance | path

Searched refs:parent_sd (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/configfs/
H A Ddir.c102 int parent_depth = parent_sd->s_depth; in configfs_set_dir_dirent_depth()
456 if (!configfs_dirent_is_ready(parent_sd)) in configfs_lookup()
518 parent_sd->s_type |= CONFIGFS_USET_DROPPING; in configfs_detach_prep()
521 if (parent_sd->s_links) in configfs_detach_prep()
563 parent_sd->s_type &= ~CONFIGFS_USET_DROPPING; in configfs_detach_rollback()
573 struct configfs_dirent * parent_sd; in detach_attrs() local
582 parent_sd = dentry->d_fsdata; in detach_attrs()
649 struct configfs_dirent *parent_sd; in detach_groups() local
655 parent_sd = dentry->d_fsdata; in detach_groups()
1603 if (configfs_dirent_is_ready(parent_sd)) { in configfs_dir_open()
[all …]
H A Dfile.c450 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()