Searched refs:ssec (Results 1 – 2 of 2) sorted by relevance
80 unsigned ssec = (sec - hpfs_sb(s)->sb_dirband_start) / 4; in chk_if_allocated() local82 if ((le32_to_cpu(bmp[ssec >> 5]) >> (ssec & 0x1f)) & 1) { in chk_if_allocated()417 unsigned ssec = (dno - hpfs_sb(s)->sb_dirband_start) / 4; in hpfs_free_dnode() local421 bmp[ssec >> 5] |= cpu_to_le32(1 << (ssec & 0x1f)); in hpfs_free_dnode()
5014 struct sk_security_struct *ssec = sock->sk->sk_security; in selinux_socket_unix_may_send() local5021 return avc_has_perm(ssec->sid, osec->sid, osec->sclass, SOCKET__SENDTO, in selinux_socket_unix_may_send()