Searched refs:users (Results 1 – 25 of 29) sorted by relevance
12
/fs/nfsd/ |
D | nfs4acl.c | 181 unsigned short users; member 212 pas->users |= pa->e_perm; in summarize_posix_acl() 226 pas->users &= pas->mask; in summarize_posix_acl() 255 deny &= pas.users | pas.group | pas.groups | pas.other; in _posix_to_nfsv4_one() 450 struct posix_ace_state_array *users; member 468 state->users = kzalloc(alloc, GFP_KERNEL); in init_state() 469 if (!state->users) in init_state() 473 kfree(state->users); in init_state() 481 kfree(state->users); in free_state() 511 if (!state->users->n && !state->groups->n) in posix_state_to_acl() [all …]
|
/fs/nfs/ |
D | callback.c | 34 unsigned int users; member 293 if (cb_info->users) in nfs_callback_create_svc() 295 cb_info->users); in nfs_callback_create_svc() 337 cb_info->users++; in nfs_callback_up() 345 if (!cb_info->users) in nfs_callback_up() 369 cb_info->users--; in nfs_callback_down() 370 if (cb_info->users == 0) { in nfs_callback_down()
|
/fs/ |
D | fs_struct.c | 106 kill = !--fs->users; in exit_fs() 119 fs->users = 1; in copy_fs_struct() 147 kill = !--fs->users; in unshare_fs_struct() 167 .users = 1,
|
D | aio.c | 98 struct percpu_ref users; member 591 percpu_ref_exit(&ctx->users); in free_ioctx() 615 struct kioctx *ctx = container_of(ref, struct kioctx, users); in free_ioctx_users() 750 if (percpu_ref_init(&ctx->users, free_ioctx_users, 0, GFP_KERNEL)) in ioctx_alloc() 780 percpu_ref_get(&ctx->users); /* io_setup() will drop this ref */ in ioctx_alloc() 805 percpu_ref_exit(&ctx->users); in ioctx_alloc() 848 percpu_ref_kill(&ctx->users); in kill_ioctx() 1067 if (percpu_ref_tryget_live(&ctx->users)) in lookup_ioctx() 1335 percpu_ref_put(&ioctx->users); in SYSCALL_DEFINE2() 1367 percpu_ref_put(&ioctx->users); in COMPAT_SYSCALL_DEFINE2() [all …]
|
D | Kconfig | 177 for users and groups beyond the standard owner/group/world scheme, 194 the kernel or by users (see the attr(5) manual page for details).
|
/fs/ext2/ |
D | Kconfig | 17 the kernel or by users (see the attr(5) manual page for details). 26 Posix Access Control Lists (ACLs) support permissions for users and
|
/fs/reiserfs/ |
D | Kconfig | 41 effect on end users. If you are on the verge of sending in a bug 61 the kernel or by users (see the attr(5) manual page for details). 70 Posix Access Control Lists (ACLs) support permissions for users and
|
D | README | 54 it is for users to get their fsck and mkreiserfs out of sync with the 67 Real users, as opposed to folks who want to hack and then understand
|
/fs/dlm/ |
D | lowcomms.c | 135 int users; member 990 if (e->len == 0 && e->users == 0) { in writequeue_entry_complete() 1417 entry->users = 0; in new_writequeue_entry() 1441 e->users++; in dlm_lowcomms_get_buffer() 1456 e->users++; in dlm_lowcomms_get_buffer() 1468 int users; in dlm_lowcomms_commit_buffer() local 1471 users = --e->users; in dlm_lowcomms_commit_buffer() 1472 if (users) in dlm_lowcomms_commit_buffer() 1507 BUG_ON(len == 0 && e->users == 0); in send_to_sock()
|
/fs/kernfs/ |
D | Kconfig | 3 # KERNFS should be selected by its users
|
/fs/erofs/ |
D | Kconfig | 36 the kernel or by users (see the attr(5) manual page, or visit 47 Posix Access Control Lists (ACLs) support permissions for users and
|
/fs/f2fs/ |
D | Kconfig | 41 the kernel or by users (see the attr(5) manual page for details). 51 Posix Access Control Lists (ACLs) support permissions for users and
|
/fs/ext4/ |
D | Kconfig | 74 file system mounts. This allows users to reduce their 83 POSIX Access Control Lists (ACLs) support permissions for users and
|
/fs/nilfs2/ |
D | Kconfig | 8 file system, users can even restore files mistakenly overwritten or
|
/fs/9p/ |
D | Kconfig | 26 POSIX Access Control Lists (ACLs) support permissions for users and
|
/fs/ceph/ |
D | Kconfig | 35 POSIX Access Control Lists (ACLs) support permissions for users and
|
/fs/jfs/ |
D | Kconfig | 17 Posix Access Control Lists (ACLs) support permissions for users and
|
/fs/gfs2/ |
D | Kconfig | 34 Most users of GFS2 will require this. It provides the locking
|
/fs/jffs2/ |
D | Kconfig | 72 the kernel or by users (see the attr(5) manual page for details). 82 Posix Access Control Lists (ACLs) support permissions for users and
|
/fs/cifs/ |
D | Kconfig | 80 Disabling this option prevents users from using vers=1.0 or vers=2.0 127 the kernel or by users (see the attr(5) manual page for details).
|
/fs/ubifs/ |
D | Kconfig | 71 the kernel or by users (see the attr(5) manual page).
|
/fs/btrfs/ |
D | Kconfig | 41 POSIX Access Control Lists (ACLs) support permissions for users and
|
/fs/proc/ |
D | task_nommu.c | 57 if (current->fs && current->fs->users > 1) in task_mem()
|
/fs/overlayfs/ |
D | Kconfig | 87 Most users should say N here and enable this feature on a case-by-
|
/fs/xfs/ |
D | Kconfig | 48 POSIX Access Control Lists (ACLs) support permissions for users and
|
12