Home
last modified time | relevance | path

Searched refs:S_IXGRP (Results 1 – 15 of 15) sorted by relevance

/linux-3.4.99/include/linux/
Dstat.h40 #define S_IXGRP 00010 macro
54 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
Dfs.h1934 return (ino->i_mode & (S_ISGID | S_IXGRP)) == S_ISGID; in __mandatory_lock()
2668 return (mode & S_ISUID) || ((mode & S_ISGID) && (mode & S_IXGRP)); in is_sxid()
/linux-3.4.99/fs/
Dattr.c226 if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) { in notify_change()
Dexec.c1325 if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) { in prepare_binprm()
/linux-3.4.99/fs/affs/
Damigaffs.c409 mode |= S_IXGRP; in prot_to_mode()
432 if (mode & S_IXGRP) in mode_to_prot()
Dinode.c106 inode->i_mode |= S_IXGRP; in affs_iget()
/linux-3.4.99/fs/hostfs/
Dhostfs_user.c189 mode |= gx ? S_IXGRP : 0; in file_create()
Dhostfs_kern.c575 mode & S_IRGRP, mode & S_IWGRP, mode & S_IXGRP, in hostfs_create()
/linux-3.4.99/fs/cramfs/
Dinode.c292 super.root.mode |= (S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in cramfs_fill_super()
/linux-3.4.99/security/tomoyo/
Dcondition.c891 value = S_IXGRP; in tomoyo_condition()
/linux-3.4.99/mm/
Dfilemap.c1960 if (unlikely((mode & S_ISGID) && (mode & S_IXGRP))) in should_remove_suid()
/linux-3.4.99/fs/xfs/
Dxfs_vnodeops.c2366 if (ip->i_d.di_mode & S_IXGRP) in xfs_change_file_space()
/linux-3.4.99/fs/nfsd/
Dvfs.c356 if (iap->ia_mode & S_IXGRP) in nfsd_sanitize_attrs()
/linux-3.4.99/fs/ocfs2/
Dfile.c1344 if ((inode->i_mode & S_ISGID) && (inode->i_mode & S_IXGRP)) in __ocfs2_write_remove_suid()
/linux-3.4.99/fs/cifs/
Dconnect.c1357 (S_IALLUGO & ~(S_ISUID | S_IXGRP))) in cifs_parse_mount_options()