Searched refs:S_ISSOCK (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/fs/btrfs/
H A Dsend.c2886 } else if (S_ISSOCK(mode)) {
2913 S_ISFIFO(mode) || S_ISSOCK(mode)) {
/linux-master/security/smack/
H A Dsmack_lsm.c3571 if (S_ISSOCK(inode->i_mode)) {
/linux-master/mm/
H A Dmmap.c1187 if (S_ISSOCK(inode->i_mode))
/linux-master/net/unix/
H A Daf_unix.c1074 if (!S_ISSOCK(inode->i_mode))
/linux-master/fs/ext4/
H A Dinode.c4946 S_ISFIFO(inode->i_mode) || S_ISSOCK(inode->i_mode)) {
/linux-master/fs/smb/client/
H A Dcifssmb.c5447 else if (S_ISSOCK(mode))
/linux-master/fs/nfs/
H A Dnfs4proc.c5209 } else if (!S_ISSOCK(mode)) {
/linux-master/fs/smb/server/
H A Dsmb2pdu.c719 else if (S_ISSOCK(mode))

Completed in 667 milliseconds

12