Searched refs:ssec (Results 1 – 3 of 3) sorted by relevance
63 int i, section = pfn >> PFN_SECTION_SHIFT, ssec, esec; in __early_pfn_to_nid() local66 ssec = node_memblk[i].start_paddr >> PA_SECTION_SHIFT; in __early_pfn_to_nid()69 if (section >= ssec && section < esec) in __early_pfn_to_nid()
27 unsigned ssec = (sec - hpfs_sb(s)->sb_dirband_start) / 4; in chk_if_allocated() local29 if ((le32_to_cpu(bmp[ssec >> 5]) >> (ssec & 0x1f)) & 1) { in chk_if_allocated()355 unsigned ssec = (dno - hpfs_sb(s)->sb_dirband_start) / 4; in hpfs_free_dnode() local359 bmp[ssec >> 5] |= cpu_to_le32(1 << (ssec & 0x1f)); in hpfs_free_dnode()
4149 struct sk_security_struct *ssec = sock->sk->sk_security; in selinux_socket_unix_may_send() local4160 return avc_has_perm(ssec->sid, osec->sid, osec->sclass, SOCKET__SENDTO, in selinux_socket_unix_may_send()