file_mode          69 fs/cifs/connect.c 	mode_t file_mode;
file_mode         829 fs/cifs/connect.c 	vol->file_mode = (S_IRWXUGO | S_ISGID) & (~S_IXGRP);
file_mode        1098 fs/cifs/connect.c 				vol->file_mode =
file_mode        1240 fs/cifs/connect.c 			if (vol->file_mode ==
file_mode        1242 fs/cifs/connect.c 				vol->file_mode = S_IALLUGO;
file_mode        2122 fs/cifs/connect.c 		cifs_sb->mnt_file_mode = volume_info.file_mode;
file_mode         566 fs/compat.c    	compat_mode_t file_mode;
file_mode         580 fs/compat.c    	compat_ulong_t file_mode;
file_mode         593 fs/compat.c    		n->file_mode = c_n->file_mode;
file_mode         604 fs/compat.c    		n->file_mode = c_n->file_mode;
file_mode         625 fs/compat.c    	compat_mode_t file_mode;
file_mode         637 fs/compat.c    	s->file_mode = c_s->file_mode;
file_mode         449 fs/hppfs/hppfs.c 				      file_mode(file->f_mode));
file_mode         505 fs/hppfs/hppfs.c 				      file_mode(file->f_mode));
file_mode         163 fs/ncpfs/inode.c 		inode->i_mode = server->m.file_mode;
file_mode         321 fs/ncpfs/inode.c 	tmp = server->m.file_mode & S_IALLUGO;
file_mode         372 fs/ncpfs/inode.c 	data->file_mode = NCP_DEFAULT_FILE_MODE;
file_mode         392 fs/ncpfs/inode.c 				data->file_mode = optint;
file_mode         471 fs/ncpfs/inode.c 				data.file_mode = md->file_mode;
file_mode         491 fs/ncpfs/inode.c 				data.file_mode = md->file_mode;
file_mode         582 fs/ncpfs/inode.c 	server->m.file_mode = (server->m.file_mode & S_IRWXUGO) | S_IFREG;
file_mode         893 fs/ncpfs/inode.c 				if (newmode & ~server->m.file_mode & S_IXUGO)
file_mode         896 fs/ncpfs/inode.c 				else if (newmode & ~server->m.file_mode & S_IRUGO)
file_mode         900 fs/ncpfs/inode.c 				newmode &= server->m.file_mode;			
file_mode         389 fs/smbfs/inode.c 			mnt->file_mode = (value & S_IRWXUGO) | S_IFREG;
file_mode         444 fs/smbfs/inode.c 		seq_printf(s, ",file_mode=%04o", mnt->file_mode & S_IRWXUGO);
file_mode         576 fs/smbfs/inode.c 		mnt->file_mode = (oldmnt->file_mode & S_IRWXUGO) | S_IFREG;
file_mode         579 fs/smbfs/inode.c 		mnt->flags = (oldmnt->file_mode >> 9) | SMB_MOUNT_UID |
file_mode         582 fs/smbfs/inode.c 		mnt->file_mode = S_IRWXU | S_IRGRP | S_IXGRP |
file_mode         549 fs/smbfs/proc.c static mode_t file_mode[] = {
file_mode         559 fs/smbfs/proc.c 	return file_mode[filetype];
file_mode        1837 fs/smbfs/proc.c 	fattr->f_mode = server->mnt->file_mode;
file_mode        2144 fs/smbfs/proc.c 		fattr->f_mode = (server->mnt->file_mode & S_IRWXUGO) |
file_mode          40 include/linux/ncp_mount.h 	__kernel_mode_t file_mode;
file_mode          65 include/linux/ncp_mount.h 	unsigned long file_mode;
file_mode          86 include/linux/ncp_mount.h 	__kernel_mode_t  file_mode;
file_mode          21 include/linux/smb_mount.h 	__kernel_mode_t file_mode;
file_mode          52 include/linux/smb_mount.h 	mode_t file_mode;
file_mode          33 include/sound/seq_oss.h 	int file_mode;	/* file mode - see below */
file_mode          96 sound/core/seq/oss/seq_oss_device.h 	int file_mode;	/* file access */
file_mode          79 sound/core/seq/oss/seq_oss_event.c 		if (! is_write_mode(dp->file_mode))
file_mode         235 sound/core/seq/oss/seq_oss_init.c 	dp->file_mode = translate_mode(file);
file_mode         239 sound/core/seq/oss/seq_oss_init.c 	if (is_read_mode(dp->file_mode)) {
file_mode         249 sound/core/seq/oss/seq_oss_init.c 	if (is_write_mode(dp->file_mode)) {
file_mode         273 sound/core/seq/oss/seq_oss_init.c 	else if (is_read_mode(dp->file_mode))
file_mode         300 sound/core/seq/oss/seq_oss_init.c 	int file_mode = 0;
file_mode         302 sound/core/seq/oss/seq_oss_init.c 		file_mode |= SNDRV_SEQ_OSS_FILE_WRITE;
file_mode         304 sound/core/seq/oss/seq_oss_init.c 		file_mode |= SNDRV_SEQ_OSS_FILE_READ;
file_mode         306 sound/core/seq/oss/seq_oss_init.c 		file_mode |= SNDRV_SEQ_OSS_FILE_NONBLOCK;
file_mode         307 sound/core/seq/oss/seq_oss_init.c 	return file_mode;
file_mode         456 sound/core/seq/oss/seq_oss_init.c 	if (is_write_mode(dp->file_mode) && !is_nonblock_mode(dp->file_mode) &&
file_mode         536 sound/core/seq/oss/seq_oss_init.c 			    filemode_str(dp->file_mode));
file_mode         541 sound/core/seq/oss/seq_oss_init.c 		if (is_read_mode(dp->file_mode) && dp->readq)
file_mode          99 sound/core/seq/oss/seq_oss_ioctl.c 		if (! is_write_mode(dp->file_mode) || dp->writeq == NULL)
file_mode         116 sound/core/seq/oss/seq_oss_ioctl.c 		return snd_seq_oss_midi_open(dp, dev, dp->file_mode);
file_mode         120 sound/core/seq/oss/seq_oss_ioctl.c 		if (dp->readq == NULL || ! is_read_mode(dp->file_mode))
file_mode         126 sound/core/seq/oss/seq_oss_ioctl.c 		if (! is_write_mode(dp->file_mode) || dp->writeq == NULL)
file_mode         177 sound/core/seq/oss/seq_oss_ioctl.c 		if (! is_write_mode(dp->file_mode))
file_mode         190 sound/core/seq/oss/seq_oss_ioctl.c 		if (dp->readq == NULL || !is_read_mode(dp->file_mode))
file_mode         203 sound/core/seq/oss/seq_oss_ioctl.c 		if (! is_write_mode(dp->file_mode))
file_mode         308 sound/core/seq/oss/seq_oss_midi.c 		snd_seq_oss_midi_open(dp, i, file_mode);
file_mode          52 sound/core/seq/oss/seq_oss_rw.c 	if (readq == NULL || ! is_read_mode(dp->file_mode))
file_mode          59 sound/core/seq/oss/seq_oss_rw.c 		    !is_nonblock_mode(dp->file_mode) && result == 0) {
file_mode         102 sound/core/seq/oss/seq_oss_rw.c 	if (! is_write_mode(dp->file_mode) || dp->writeq == NULL)
file_mode         186 sound/core/seq/oss/seq_oss_rw.c 		if (is_nonblock_mode(dp->file_mode))
file_mode         205 sound/core/seq/oss/seq_oss_rw.c 	if (dp->readq && is_read_mode(dp->file_mode)) {
file_mode         211 sound/core/seq/oss/seq_oss_rw.c 	if (dp->writeq && is_write_mode(dp->file_mode)) {
file_mode         229 sound/core/seq/oss/seq_oss_synth.c 		info->arg.file_mode = dp->file_mode;
file_mode         281 sound/core/seq/oss/seq_oss_synth.c 		if (snd_seq_oss_midi_open(dp, i, dp->file_mode) < 0)
file_mode         284 sound/core/seq/oss/seq_oss_synth.c 		info->arg.file_mode = dp->file_mode;
file_mode         421 sound/core/seq/oss/seq_oss_synth.c 					  dp->file_mode) < 0) {