Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsacl.c1017 __u64 other_mode; in populate_new_aces() local
1058 other_mode = nmode & 0007; in populate_new_aces()
1061 deny_user_mode = ~(user_mode) & ((group_mode << 3) | (other_mode << 6)) & 0700; in populate_new_aces()
1062 deny_group_mode = ~(group_mode) & (other_mode << 3) & 0070; in populate_new_aces()
1064 *pnmode = user_mode | group_mode | other_mode | (nmode & ~0777); in populate_new_aces()
1104 nsize += fill_ace_for_sid(pnntace, &sid_everyone, other_mode, in populate_new_aces()
/linux/net/core/
H A Ddev.c10447 enum bpf_xdp_mode other_mode = mode == XDP_MODE_SKB in dev_xdp_attach()
10454 if (!offload && dev_xdp_prog(dev, other_mode)) { in dev_xdp_attach()