Home
last modified time | relevance | path

Searched refs:other_mode (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/client/
H A Dcifsacl.c968 __u64 other_mode; in populate_new_aces() local
1009 other_mode = nmode & 0007; in populate_new_aces()
1012 deny_user_mode = ~(user_mode) & ((group_mode << 3) | (other_mode << 6)) & 0700; in populate_new_aces()
1013 deny_group_mode = ~(group_mode) & (other_mode << 3) & 0070; in populate_new_aces()
1015 *pnmode = user_mode | group_mode | other_mode | (nmode & ~0777); in populate_new_aces()
1055 nsize += fill_ace_for_sid(pnntace, &sid_everyone, other_mode, in populate_new_aces()
/linux/drivers/gpu/drm/radeon/
H A Devergreen.c1829 struct drm_display_mode *other_mode) in evergreen_line_buffer_adjust() argument
1855 if (other_mode) { in evergreen_line_buffer_adjust()
H A Dsi.c1950 struct drm_display_mode *other_mode) in dce6_line_buffer_adjust() argument
1968 if (other_mode) { in dce6_line_buffer_adjust()
/linux/net/core/
H A Ddev.c10229 enum bpf_xdp_mode other_mode = mode == XDP_MODE_SKB in dev_xdp_attach()
10236 if (!offload && dev_xdp_prog(dev, other_mode)) { in dev_xdp_attach()