Searched refs:special (Results 1 – 6 of 6) sorted by relevance
/fs/quota/ |
D | compat.c | 45 const char __user *, special, qid_t, id, in COMPAT_SYSCALL_DEFINE4() argument 63 ret = kernel_quotactl(cmd, special, id, dqblk); in COMPAT_SYSCALL_DEFINE4() 79 ret = kernel_quotactl(cmd, special, id, dqblk); in COMPAT_SYSCALL_DEFINE4() 84 ret = kernel_quotactl(cmd, special, id, fsqstat); in COMPAT_SYSCALL_DEFINE4() 117 ret = kernel_quotactl(cmd, special, id, addr); in COMPAT_SYSCALL_DEFINE4()
|
D | quota.c | 788 static struct super_block *quotactl_block(const char __user *special, int cmd) in quotactl_block() argument 793 struct filename *tmp = getname(special); in quotactl_block() 823 int kernel_quotactl(unsigned int cmd, const char __user *special, in kernel_quotactl() argument 839 if (!special) { in kernel_quotactl() 858 sb = quotactl_block(special, cmds); in kernel_quotactl() 876 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, in SYSCALL_DEFINE4() argument 879 return kernel_quotactl(cmd, special, id, addr); in SYSCALL_DEFINE4()
|
/fs/ |
D | fs_parser.c | 316 int low, int high, int special) in validate_constant_table() argument 345 if (tbl[i].value != special && in validate_constant_table()
|
/fs/jffs2/ |
D | LICENCE | 20 As a special exception, if other files instantiate templates or use
|
D | README.Locking | 76 (NB) the per-inode list of physical nodes. The latter is a special 84 Note that the per-inode list of physical nodes (f->nodes) is a special
|
/fs/cramfs/ |
D | README | 53 <block_pointer>'s top bits may contain special flags as follows:
|