Lines Matching refs:perm
703 umode_t perm; member
705 { .name = "status", .fops = &status_fops, .perm = S_IRUSR | S_IWUSR },
706 { .name = "misc", .fops = &misc_fops, .perm = S_IRUSR | S_IWUSR },
707 { .name = "addr", .fops = &addr_fops, .perm = S_IRUSR | S_IWUSR },
708 { .name = "synd", .fops = &synd_fops, .perm = S_IRUSR | S_IWUSR },
709 { .name = "ipid", .fops = &ipid_fops, .perm = S_IRUSR | S_IWUSR },
710 { .name = "bank", .fops = &bank_fops, .perm = S_IRUSR | S_IWUSR },
711 { .name = "flags", .fops = &flags_fops, .perm = S_IRUSR | S_IWUSR },
712 { .name = "cpu", .fops = &extcpu_fops, .perm = S_IRUSR | S_IWUSR },
713 { .name = "README", .fops = &readme_fops, .perm = S_IRUSR | S_IRGRP | S_IROTH },
723 debugfs_create_file(dfs_fls[i].name, dfs_fls[i].perm, dfs_inj, in debugfs_init()