Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/mm/
Dnuma.c63 int i, section = pfn >> PFN_SECTION_SHIFT, ssec, esec; in __early_pfn_to_nid() local
66 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()
/linux-3.4.99/fs/hpfs/
Dalloc.c27 unsigned ssec = (sec - hpfs_sb(s)->sb_dirband_start) / 4; in chk_if_allocated() local
29 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() local
359 bmp[ssec >> 5] |= cpu_to_le32(1 << (ssec & 0x1f)); in hpfs_free_dnode()
/linux-3.4.99/security/selinux/
Dhooks.c4149 struct sk_security_struct *ssec = sock->sk->sk_security; in selinux_socket_unix_may_send() local
4160 return avc_has_perm(ssec->sid, osec->sid, osec->sclass, SOCKET__SENDTO, in selinux_socket_unix_may_send()