• Home
  • Raw
  • Download

Lines Matching refs:mode

469 	umode_t mode;  member
473 rpc_get_inode(struct super_block *sb, umode_t mode) in rpc_get_inode() argument
479 inode->i_mode = mode; in rpc_get_inode()
481 switch (mode & S_IFMT) { in rpc_get_inode()
493 umode_t mode, in __rpc_create_common() argument
500 inode = rpc_get_inode(dir->i_sb, mode); in __rpc_create_common()
518 umode_t mode, in __rpc_create() argument
524 err = __rpc_create_common(dir, dentry, S_IFREG | mode, i_fop, private); in __rpc_create()
532 umode_t mode, in __rpc_mkdir() argument
538 err = __rpc_create_common(dir, dentry, S_IFDIR | mode, i_fop, private); in __rpc_mkdir()
583 umode_t mode, in __rpc_mkpipe_dentry() argument
591 err = __rpc_create_common(dir, dentry, S_IFIFO | mode, i_fop, private); in __rpc_mkpipe_dentry()
724 switch (files[i].mode & S_IFMT) { in rpc_populate()
729 files[i].mode, in rpc_populate()
735 files[i].mode, in rpc_populate()
753 const char *name, umode_t mode, void *private, in rpc_mkdir_populate() argument
764 error = __rpc_mkdir(dir, dentry, mode, NULL, private); in rpc_mkdir_populate()
1038 .mode = S_IFREG | S_IRUSR,
1099 .mode = S_IFREG|S_IRUSR|S_IWUSR,
1104 .mode = S_IFREG|S_IRUSR,
1109 .mode = S_IFREG|S_IRUSR|S_IWUSR,
1167 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1171 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1175 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1179 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1183 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1187 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1191 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1195 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1199 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1264 .mode = S_IFDIR | S_IRUGO | S_IXUGO,
1313 .mode = S_IFREG | S_IRUSR,