Home
last modified time | relevance | path

Searched refs:mask_obj (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/
A Dposix_acl.c379 const struct posix_acl_entry *pa, *pe, *mask_obj; in posix_acl_permission() local
432 for (mask_obj = pa+1; mask_obj != pe; mask_obj++) { in posix_acl_permission()
433 if (mask_obj->e_tag == ACL_MASK) { in posix_acl_permission()
434 if ((pa->e_perm & mask_obj->e_perm & want) == want) in posix_acl_permission()
485 mask_obj = pa; in posix_acl_create_masq()
494 if (mask_obj) { in posix_acl_create_masq()
495 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in posix_acl_create_masq()
496 mode &= (mask_obj->e_perm << 3) | ~S_IRWXG; in posix_acl_create_masq()
533 mask_obj = pa; in __posix_acl_chmod_masq()
545 if (mask_obj) { in __posix_acl_chmod_masq()
[all …]
/linux-6.3-rc2/fs/f2fs/
A Dacl.c312 struct posix_acl_entry *group_obj = NULL, *mask_obj = NULL; in f2fs_acl_create_masq() local
340 mask_obj = pa; in f2fs_acl_create_masq()
349 if (mask_obj) { in f2fs_acl_create_masq()
350 mask_obj->e_perm &= (mode >> 3) | ~S_IRWXO; in f2fs_acl_create_masq()
351 mode &= (mask_obj->e_perm << 3) | ~S_IRWXG; in f2fs_acl_create_masq()
/linux-6.3-rc2/drivers/thunderbolt/
A Dswitch.c3664 u32 offset, val[2], mask_obj, unmask_obj; in tb_switch_mask_clx_objections() local
3682 mask_obj = TB_LOW_PWR_C0_PORT_B_MASK; in tb_switch_mask_clx_objections()
3686 mask_obj = TB_LOW_PWR_C1_PORT_A_MASK; in tb_switch_mask_clx_objections()
3697 val[i] |= mask_obj; in tb_switch_mask_clx_objections()

Completed in 10 milliseconds