Searched refs:parent_sd (Results 1 - 25 of 26) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/sysfs/
H A Dsymlink.c27 struct sysfs_dirent *parent_sd = NULL; local
37 parent_sd = &sysfs_root;
39 parent_sd = kobj->sd;
42 if (!parent_sd)
62 ns_type = sysfs_ns_type(parent_sd);
68 sysfs_addrm_start(&acxt, parent_sd);
80 parent_sd->s_name,
153 struct sysfs_dirent *parent_sd = NULL; local
156 parent_sd = &sysfs_root;
158 parent_sd
175 struct sysfs_dirent *parent_sd, *sd = NULL; local
208 sysfs_get_target_path(struct sysfs_dirent *parent_sd, struct sysfs_dirent *target_sd, char *path) argument
263 struct sysfs_dirent *parent_sd = sd->s_parent; local
[all...]
H A Ddir.c45 struct sysfs_dirent *parent_sd = sd->s_parent; local
54 for (pos = &parent_sd->s_dir.children; *pos; pos = &(*pos)->s_sibling) {
210 struct sysfs_dirent *parent_sd; local
216 parent_sd = sd->s_parent;
229 sd = parent_sd;
339 * @parent_sd: parent sysfs_dirent
342 * remove sysfs_dirent under @parent_sd. This function acquires
351 struct sysfs_dirent *parent_sd)
354 acxt->parent_sd = parent_sd;
350 sysfs_addrm_start(struct sysfs_addrm_cxt *acxt, struct sysfs_dirent *parent_sd) argument
525 sysfs_find_dirent(struct sysfs_dirent *parent_sd, const void *ns, const unsigned char *name) argument
554 sysfs_get_dirent(struct sysfs_dirent *parent_sd, const void *ns, const unsigned char *name) argument
569 create_dir(struct kobject *kobj, struct sysfs_dirent *parent_sd, enum kobj_ns_type type, const void *ns, const char *name, struct sysfs_dirent **p_sd) argument
639 struct sysfs_dirent *parent_sd, *sd; local
665 struct sysfs_dirent *parent_sd = parent->d_fsdata; local
822 struct sysfs_dirent *parent_sd = kobj->sd->s_parent; local
858 sysfs_dir_pos(const void *ns, struct sysfs_dirent *parent_sd, ino_t ino, struct sysfs_dirent *pos) argument
879 sysfs_dir_next_pos(const void *ns, struct sysfs_dirent *parent_sd, ino_t ino, struct sysfs_dirent *pos) argument
893 struct sysfs_dirent * parent_sd = dentry->d_fsdata; local
[all...]
H A Dsysfs.h124 struct sysfs_dirent *parent_sd; member in struct:sysfs_addrm_cxt
157 struct sysfs_dirent *parent_sd);
163 struct sysfs_dirent *sysfs_find_dirent(struct sysfs_dirent *parent_sd,
166 struct sysfs_dirent *sysfs_get_dirent(struct sysfs_dirent *parent_sd,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/sysfs/
H A Dsymlink.c27 struct sysfs_dirent *parent_sd = NULL; local
37 parent_sd = &sysfs_root;
39 parent_sd = kobj->sd;
42 if (!parent_sd)
62 ns_type = sysfs_ns_type(parent_sd);
68 sysfs_addrm_start(&acxt, parent_sd);
80 parent_sd->s_name,
153 struct sysfs_dirent *parent_sd = NULL; local
156 parent_sd = &sysfs_root;
158 parent_sd
175 struct sysfs_dirent *parent_sd, *sd = NULL; local
208 sysfs_get_target_path(struct sysfs_dirent *parent_sd, struct sysfs_dirent *target_sd, char *path) argument
263 struct sysfs_dirent *parent_sd = sd->s_parent; local
[all...]
H A Ddir.c45 struct sysfs_dirent *parent_sd = sd->s_parent; local
54 for (pos = &parent_sd->s_dir.children; *pos; pos = &(*pos)->s_sibling) {
210 struct sysfs_dirent *parent_sd; local
216 parent_sd = sd->s_parent;
229 sd = parent_sd;
339 * @parent_sd: parent sysfs_dirent
342 * remove sysfs_dirent under @parent_sd. This function acquires
351 struct sysfs_dirent *parent_sd)
354 acxt->parent_sd = parent_sd;
350 sysfs_addrm_start(struct sysfs_addrm_cxt *acxt, struct sysfs_dirent *parent_sd) argument
525 sysfs_find_dirent(struct sysfs_dirent *parent_sd, const void *ns, const unsigned char *name) argument
554 sysfs_get_dirent(struct sysfs_dirent *parent_sd, const void *ns, const unsigned char *name) argument
569 create_dir(struct kobject *kobj, struct sysfs_dirent *parent_sd, enum kobj_ns_type type, const void *ns, const char *name, struct sysfs_dirent **p_sd) argument
639 struct sysfs_dirent *parent_sd, *sd; local
665 struct sysfs_dirent *parent_sd = parent->d_fsdata; local
822 struct sysfs_dirent *parent_sd = kobj->sd->s_parent; local
858 sysfs_dir_pos(const void *ns, struct sysfs_dirent *parent_sd, ino_t ino, struct sysfs_dirent *pos) argument
879 sysfs_dir_next_pos(const void *ns, struct sysfs_dirent *parent_sd, ino_t ino, struct sysfs_dirent *pos) argument
893 struct sysfs_dirent * parent_sd = dentry->d_fsdata; local
[all...]
H A Dsysfs.h124 struct sysfs_dirent *parent_sd; member in struct:sysfs_addrm_cxt
157 struct sysfs_dirent *parent_sd);
163 struct sysfs_dirent *sysfs_find_dirent(struct sysfs_dirent *parent_sd,
166 struct sysfs_dirent *sysfs_get_dirent(struct sysfs_dirent *parent_sd,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/security/
H A Dcreate_descriptor.c301 struct security_descriptor *parent_sd,
312 if (parent_sd)
313 p_acl = parent_sd->dacl;
319 if (parent_sd)
320 p_acl = parent_sd->sacl;
402 struct security_descriptor *parent_sd,
422 if ((inherit_flags & SEC_OWNER_FROM_PARENT) && parent_sd) {
423 new_owner = parent_sd->owner_sid;
435 if ((inherit_flags & SEC_GROUP_FROM_PARENT) && parent_sd) {
436 new_group = parent_sd
300 compute_acl(int acl_type, struct security_descriptor *parent_sd, struct security_descriptor *creator_sd, bool is_container, uint32_t inherit_flags, struct GUID *object_list, uint32_t (*generic_map)(uint32_t access_mask), struct security_token *token, struct security_descriptor *new_sd) argument
401 create_security_descriptor(TALLOC_CTX *mem_ctx, struct security_descriptor *parent_sd, struct security_descriptor *creator_sd, bool is_container, struct GUID *object_list, uint32_t inherit_flags, struct security_token *token, struct dom_sid *default_owner, struct dom_sid *default_group, uint32_t (*generic_map)(uint32_t access_mask)) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/security/
H A Dcreate_descriptor.c301 struct security_descriptor *parent_sd,
312 if (parent_sd)
313 p_acl = parent_sd->dacl;
319 if (parent_sd)
320 p_acl = parent_sd->sacl;
402 struct security_descriptor *parent_sd,
422 if ((inherit_flags & SEC_OWNER_FROM_PARENT) && parent_sd) {
423 new_owner = parent_sd->owner_sid;
435 if ((inherit_flags & SEC_GROUP_FROM_PARENT) && parent_sd) {
436 new_group = parent_sd
300 compute_acl(int acl_type, struct security_descriptor *parent_sd, struct security_descriptor *creator_sd, bool is_container, uint32_t inherit_flags, struct GUID *object_list, uint32_t (*generic_map)(uint32_t access_mask), struct security_token *token, struct security_descriptor *new_sd) argument
401 create_security_descriptor(TALLOC_CTX *mem_ctx, struct security_descriptor *parent_sd, struct security_descriptor *creator_sd, bool is_container, struct GUID *object_list, uint32_t inherit_flags, struct security_token *token, struct dom_sid *default_owner, struct dom_sid *default_group, uint32_t (*generic_map)(uint32_t access_mask)) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/security/
H A Dcreate_descriptor.c301 struct security_descriptor *parent_sd,
312 if (parent_sd)
313 p_acl = parent_sd->dacl;
319 if (parent_sd)
320 p_acl = parent_sd->sacl;
402 struct security_descriptor *parent_sd,
422 if ((inherit_flags & SEC_OWNER_FROM_PARENT) && parent_sd) {
423 new_owner = parent_sd->owner_sid;
435 if ((inherit_flags & SEC_GROUP_FROM_PARENT) && parent_sd) {
436 new_group = parent_sd
300 compute_acl(int acl_type, struct security_descriptor *parent_sd, struct security_descriptor *creator_sd, bool is_container, uint32_t inherit_flags, struct GUID *object_list, uint32_t (*generic_map)(uint32_t access_mask), struct security_token *token, struct security_descriptor *new_sd) argument
401 create_security_descriptor(TALLOC_CTX *mem_ctx, struct security_descriptor *parent_sd, struct security_descriptor *creator_sd, bool is_container, struct GUID *object_list, uint32_t inherit_flags, struct security_token *token, struct dom_sid *default_owner, struct dom_sid *default_group, uint32_t (*generic_map)(uint32_t access_mask)) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/configfs/
H A Ddir.c107 static void configfs_set_dir_dirent_depth(struct configfs_dirent *parent_sd, argument
110 int parent_depth = parent_sd->s_depth;
150 static void configfs_set_dir_dirent_depth(struct configfs_dirent *parent_sd, argument
170 static struct configfs_dirent *configfs_new_dirent(struct configfs_dirent *parent_sd, argument
186 if (parent_sd->s_type & CONFIGFS_USET_DROPPING) {
191 list_add(&sd->s_sibling, &parent_sd->s_children);
204 static int configfs_dirent_exists(struct configfs_dirent *parent_sd, argument
209 list_for_each_entry(sd, &parent_sd->s_children, s_sibling) {
223 int configfs_make_dirent(struct configfs_dirent * parent_sd, argument
229 sd = configfs_new_dirent(parent_sd, elemen
461 struct configfs_dirent * parent_sd = dentry->d_parent->d_fsdata; local
513 struct configfs_dirent *parent_sd = dentry->d_fsdata; local
560 struct configfs_dirent *parent_sd = dentry->d_fsdata; local
573 struct configfs_dirent * parent_sd; local
630 struct configfs_dirent *parent_sd; local
1466 struct configfs_dirent * parent_sd = dentry->d_fsdata; local
1512 struct configfs_dirent * parent_sd = dentry->d_fsdata; local
[all...]
H A Dfile.c319 struct configfs_dirent * parent_sd = dir->d_fsdata; local
324 error = configfs_make_dirent(parent_sd, NULL, (void *) attr, mode, type);
H A Dinode.c270 struct configfs_dirent * parent_sd = dir->d_fsdata; local
277 list_for_each_entry(sd, &parent_sd->s_children, s_sibling) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/configfs/
H A Ddir.c107 static void configfs_set_dir_dirent_depth(struct configfs_dirent *parent_sd, argument
110 int parent_depth = parent_sd->s_depth;
150 static void configfs_set_dir_dirent_depth(struct configfs_dirent *parent_sd, argument
170 static struct configfs_dirent *configfs_new_dirent(struct configfs_dirent *parent_sd, argument
186 if (parent_sd->s_type & CONFIGFS_USET_DROPPING) {
191 list_add(&sd->s_sibling, &parent_sd->s_children);
204 static int configfs_dirent_exists(struct configfs_dirent *parent_sd, argument
209 list_for_each_entry(sd, &parent_sd->s_children, s_sibling) {
223 int configfs_make_dirent(struct configfs_dirent * parent_sd, argument
229 sd = configfs_new_dirent(parent_sd, elemen
461 struct configfs_dirent * parent_sd = dentry->d_parent->d_fsdata; local
513 struct configfs_dirent *parent_sd = dentry->d_fsdata; local
560 struct configfs_dirent *parent_sd = dentry->d_fsdata; local
573 struct configfs_dirent * parent_sd; local
630 struct configfs_dirent *parent_sd; local
1466 struct configfs_dirent * parent_sd = dentry->d_fsdata; local
1512 struct configfs_dirent * parent_sd = dentry->d_fsdata; local
[all...]
H A Dfile.c319 struct configfs_dirent * parent_sd = dir->d_fsdata; local
324 error = configfs_make_dirent(parent_sd, NULL, (void *) attr, mode, type);
H A Dinode.c270 struct configfs_dirent * parent_sd = dir->d_fsdata; local
277 list_for_each_entry(sd, &parent_sd->s_children, s_sibling) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_acl.c704 struct security_descriptor *parent_sd,
710 for (i=0;i<parent_sd->dacl->num_aces;i++) {
711 struct security_ace ace = parent_sd->dacl->aces[i];
792 struct security_descriptor *parent_sd, *sd; local
818 parent_sd = acl->info.sd;
824 if (parent_sd == NULL ||
825 parent_sd->dacl == NULL ||
826 parent_sd->dacl->num_aces == 0) {
868 status = pvfs_acl_inherit_aces(pvfs, parent_sd, sd, container);
703 pvfs_acl_inherit_aces(struct pvfs_state *pvfs, struct security_descriptor *parent_sd, struct security_descriptor *sd, bool container) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_acl.c704 struct security_descriptor *parent_sd,
710 for (i=0;i<parent_sd->dacl->num_aces;i++) {
711 struct security_ace ace = parent_sd->dacl->aces[i];
792 struct security_descriptor *parent_sd, *sd; local
818 parent_sd = acl->info.sd;
824 if (parent_sd == NULL ||
825 parent_sd->dacl == NULL ||
826 parent_sd->dacl->num_aces == 0) {
868 status = pvfs_acl_inherit_aces(pvfs, parent_sd, sd, container);
703 pvfs_acl_inherit_aces(struct pvfs_state *pvfs, struct security_descriptor *parent_sd, struct security_descriptor *sd, bool container) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/posix/
H A Dpvfs_acl.c704 struct security_descriptor *parent_sd,
710 for (i=0;i<parent_sd->dacl->num_aces;i++) {
711 struct security_ace ace = parent_sd->dacl->aces[i];
792 struct security_descriptor *parent_sd, *sd; local
818 parent_sd = acl->info.sd;
824 if (parent_sd == NULL ||
825 parent_sd->dacl == NULL ||
826 parent_sd->dacl->num_aces == 0) {
868 status = pvfs_acl_inherit_aces(pvfs, parent_sd, sd, container);
703 pvfs_acl_inherit_aces(struct pvfs_state *pvfs, struct security_descriptor *parent_sd, struct security_descriptor *sd, bool container) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dsysfs.h170 struct sysfs_dirent *sysfs_get_dirent(struct sysfs_dirent *parent_sd,
313 struct sysfs_dirent *sysfs_get_dirent(struct sysfs_dirent *parent_sd, argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dsysfs.h170 struct sysfs_dirent *sysfs_get_dirent(struct sysfs_dirent *parent_sd,
313 struct sysfs_dirent *sysfs_get_dirent(struct sysfs_dirent *parent_sd, argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Dvfs_acl_common.c911 struct security_descriptor *parent_sd = NULL; local
959 SMB_VFS_HANDLE_GET_DATA(handle, parent_sd,
963 if (!parent_sd) {
968 status1 = inherit_new_acl(handle, fsp, parent_sd, fsp->is_directory);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Dvfs_acl_common.c911 struct security_descriptor *parent_sd = NULL; local
959 SMB_VFS_HANDLE_GET_DATA(handle, parent_sd,
963 if (!parent_sd) {
968 status1 = inherit_new_acl(handle, fsp, parent_sd, fsp->is_directory);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Dvfs_acl_common.c911 struct security_descriptor *parent_sd = NULL; local
959 SMB_VFS_HANDLE_GET_DATA(handle, parent_sd,
963 if (!parent_sd) {
968 status1 = inherit_new_acl(handle, fsp, parent_sd, fsp->is_directory);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dposix_acls.c3638 SEC_DESC *parent_sd = NULL;
3688 DACL_SECURITY_INFORMATION, &parent_sd );
3709 num_aces += parent_sd->dacl->num_aces;
3727 for (j = 0; j < parent_sd->dacl->num_aces; j++) {
3728 SEC_ACE *se = &parent_sd->dacl->aces[j];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dposix_acls.c3638 SEC_DESC *parent_sd = NULL;
3688 DACL_SECURITY_INFORMATION, &parent_sd );
3709 num_aces += parent_sd->dacl->num_aces;
3727 for (j = 0; j < parent_sd->dacl->num_aces; j++) {
3728 SEC_ACE *se = &parent_sd->dacl->aces[j];

Completed in 282 milliseconds

12