Searched refs:file_mode (Results 1 – 8 of 8) sorted by relevance
163 inode->i_mode = server->m.file_mode; in ncp_update_attrs()321 tmp = server->m.file_mode & S_IALLUGO; in ncp_show_options()372 data->file_mode = NCP_DEFAULT_FILE_MODE; in ncp_parse_options()392 data->file_mode = optint; in ncp_parse_options()471 data.file_mode = md->file_mode; in ncp_fill_super()491 data.file_mode = md->file_mode; in ncp_fill_super()582 server->m.file_mode = (server->m.file_mode & S_IRWXUGO) | S_IFREG; in ncp_fill_super()893 if (newmode & ~server->m.file_mode & S_IXUGO) in ncp_notify_change()896 else if (newmode & ~server->m.file_mode & S_IRUGO) in ncp_notify_change()900 newmode &= server->m.file_mode; in ncp_notify_change()
389 mnt->file_mode = (value & S_IRWXUGO) | S_IFREG; in parse_options()444 seq_printf(s, ",file_mode=%04o", mnt->file_mode & S_IRWXUGO); in smb_show_options()576 mnt->file_mode = (oldmnt->file_mode & S_IRWXUGO) | S_IFREG; in smb_fill_super()579 mnt->flags = (oldmnt->file_mode >> 9) | SMB_MOUNT_UID | in smb_fill_super()582 mnt->file_mode = S_IRWXU | S_IRGRP | S_IXGRP | in smb_fill_super()
549 static mode_t file_mode[] = { variable559 return file_mode[filetype]; in smb_filetype_to_mode()1837 fattr->f_mode = server->mnt->file_mode; in smb_finish_dirent()2144 fattr->f_mode = (server->mnt->file_mode & S_IRWXUGO) | in smb_decode_unix_basic()
605 compat_mode_t file_mode; member619 compat_ulong_t file_mode; member632 n->file_mode = c_n->file_mode; in do_ncp_super_data_conv()643 n->file_mode = c_n->file_mode; in do_ncp_super_data_conv()664 compat_mode_t file_mode; member676 s->file_mode = c_s->file_mode; in do_smb_super_data_conv()
416 static int file_mode(int fmode) in file_mode() function450 file_mode(file->f_mode), cred); in hppfs_open()507 file_mode(file->f_mode), cred); in hppfs_dir_open()
69 mode_t file_mode; member830 vol->file_mode = (S_IRWXUGO | S_ISGID) & (~S_IXGRP); in cifs_parse_mount_options()1099 vol->file_mode = in cifs_parse_mount_options()1247 if (vol->file_mode == in cifs_parse_mount_options()1249 vol->file_mode = S_IALLUGO; in cifs_parse_mount_options()2144 cifs_sb->mnt_file_mode = pvolume_info->file_mode; in setup_cifs_sb()
291 can be enabled by specifying file_mode and dir_mode on 296 file_mode If CIFS Unix extensions are not supported by the server
523 Allow file_mode and dir_mode (specified at mount time) to be enforced