Home
last modified time | relevance | path

Searched refs:dir_mode (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/
H A Dcreate_config_directory.patch21 /* dir_mode without search bits */
22 file_mode = dir_mode & (~0111);
24 - else if (g_mkdir (root_dir, dir_mode) < 0)
25 + else if (g_mkdir_with_parents (root_dir, dir_mode) < 0)
/openbmc/linux/fs/smb/client/
H A Dfs_context.h199 umode_t dir_mode; member
H A Dfs_context.c1127 ctx->dir_mode = result.uint_32; in smb3_fs_context_parse_param()
1688 ctx->dir_mode = ctx->file_mode = S_IRUGO | S_IXUGO | S_IWUSR; in smb3_init_fs_context()
H A Dreaddir.c181 fattr->cf_mode = S_IFDIR | cifs_sb->ctx->dir_mode; in cifs_fill_common_info()
H A Dconnect.c2796 old->ctx->dir_mode != new->ctx->dir_mode) in compare_mount_options()
3277 ctx->file_mode, ctx->dir_mode); in cifs_setup_cifs_sb()
H A Dinode.c770 fattr->cf_mode = S_IFDIR | cifs_sb->ctx->dir_mode; in cifs_open_info_to_fattr()
3127 cifs_sb->ctx->dir_mode;
H A Dcifsfs.c594 cifs_sb->ctx->dir_mode); in cifs_show_options()
/openbmc/linux/fs/
H A Dnamei.c589 umode_t dir_mode; member
1117 if ((nd->dir_mode & (S_ISVTX|S_IWOTH)) != (S_ISVTX|S_IWOTH)) in may_follow_link()
1241 umode_t dir_mode = nd->dir_mode; in may_create_in_sticky() local
1246 likely(!(dir_mode & S_ISVTX)) || in may_create_in_sticky()
1251 if (likely(dir_mode & 0002) || in may_create_in_sticky()
1252 (dir_mode & 0020 && in may_create_in_sticky()
2259 nd->dir_mode = 0; // short-circuit the 'hardening' idiocy in link_path_walk()
2320 nd->dir_mode = nd->inode->i_mode; in link_path_walk()
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dusage.rst317 can be enabled by specifying file_mode and dir_mode on
350 dir_mode