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

/linux-4.1.27/arch/ia64/mm/
H A Dnuma.c63 int i, section = pfn >> PFN_SECTION_SHIFT, ssec, esec; __early_pfn_to_nid() local
75 ssec = node_memblk[i].start_paddr >> PA_SECTION_SHIFT; __early_pfn_to_nid()
78 if (section >= ssec && section < esec) { __early_pfn_to_nid()
79 last_ssec = ssec; __early_pfn_to_nid()
/linux-4.1.27/fs/hpfs/
H A Dalloc.c79 unsigned ssec = (sec - hpfs_sb(s)->sb_dirband_start) / 4; chk_if_allocated() local
81 if ((le32_to_cpu(bmp[ssec >> 5]) >> (ssec & 0x1f)) & 1) { chk_if_allocated()
416 unsigned ssec = (dno - hpfs_sb(s)->sb_dirband_start) / 4; hpfs_free_dnode() local
420 bmp[ssec >> 5] |= cpu_to_le32(1 << (ssec & 0x1f)); hpfs_free_dnode()
/linux-4.1.27/security/selinux/
H A Dhooks.c4343 struct sk_security_struct *ssec = sock->sk->sk_security; selinux_socket_unix_may_send() local
4352 return avc_has_perm(ssec->sid, osec->sid, osec->sclass, SOCKET__SENDTO, selinux_socket_unix_may_send()

Completed in 156 milliseconds