Searched refs:S_ISREG (Results 101 - 125 of 211) sorted by relevance

123456789

/linux-master/fs/smb/client/
H A Dlink.c148 if (!S_ISREG(fattr->cf_mode))
/linux-master/mm/
H A Dtruncate.c262 if (!S_ISREG(mapping->host->i_mode))
H A Dreadahead.c731 (!S_ISREG(file_inode(f.file)->i_mode) &&
/linux-master/scripts/
H A Drecordmcount.c195 if (!S_ISREG(sb.st_mode)) {
/linux-master/fs/bcachefs/
H A Dfs-ioctl.c52 if (!S_ISREG(bi->bi_mode) &&
/linux-master/fs/exfat/
H A Dfile.c115 mask = (S_ISREG(i_mode) || S_ISLNK(i_mode)) ?
/linux-master/fs/proc/
H A Dinode.c674 if (S_ISREG(inode->i_mode)) {
/linux-master/fs/qnx6/
H A Dinode.c572 if (S_ISREG(inode->i_mode)) {
/linux-master/fs/nfsd/
H A Dnfsfh.c781 if (S_ISREG(inode->i_mode) &&
H A Dvfs.c721 if (!S_ISREG(file_inode(file)->i_mode))
1793 if (inode && S_ISREG(inode->i_mode))
1803 if (inode && S_ISREG(inode->i_mode))
2578 if (err == -EACCES && S_ISREG(inode->i_mode) &&
/linux-master/include/linux/
H A Dfscrypt.h222 return IS_ENCRYPTED(inode) && S_ISREG(inode->i_mode);
/linux-master/fs/tracefs/
H A Dinode.c566 BUG_ON(!S_ISREG(mode));
H A Devent_inode.c363 if (WARN_ON_ONCE(!S_ISREG(mode)))
/linux-master/fs/sysv/
H A Ditree.c378 if (!(S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) ||
/linux-master/fs/xfs/scrub/
H A Dquotacheck.c398 bool isreg = S_ISREG(VFS_I(ip)->i_mode);
H A Dbmap_repair.c781 if (!S_ISREG(VFS_I(sc->ip)->i_mode))
/linux-master/fs/ext2/
H A Dext2.h267 else if (S_ISREG(mode))
/linux-master/fs/debugfs/
H A Dinode.c426 BUG_ON(!S_ISREG(mode));
/linux-master/fs/vboxsf/
H A Dutils.c114 } else if (!S_ISREG(inode->i_mode))
/linux-master/fs/ntfs3/
H A Dinode.c453 } else if (S_ISREG(mode)) {
1296 } else if (S_ISREG(mode)) {
1487 } else if (S_ISREG(mode)) {
1633 } else if (S_ISREG(mode)) {
/linux-master/fs/gfs2/
H A Dfile.c629 if (S_ISREG(inode->i_mode)) {
680 if (S_ISREG(ip->i_inode.i_mode)) {
/linux-master/fs/isofs/
H A Dinode.c1465 if (S_ISREG(inode->i_mode) && sbi->s_overriderockperm &&
1470 if (S_ISREG(inode->i_mode)) {
/linux-master/fs/f2fs/
H A Dextent_cache.c80 S_ISREG(inode->i_mode);
83 (S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode));
H A Df2fs.h2492 if (!S_ISDIR(inode->i_mode) && !S_ISREG(inode->i_mode) &&
3020 else if (S_ISREG(mode))
3207 return S_ISREG(inode->i_mode) &&
4240 return IS_ENCRYPTED(inode) && S_ISREG(inode->i_mode);
4424 (S_ISREG(inode->i_mode) && F2FS_HAS_BLOCKS(inode))) {
4559 return S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode);
/linux-master/fs/ext4/
H A Dinode.c400 if (IS_ENCRYPTED(inode) && S_ISREG(inode->i_mode))
3794 if (S_ISREG(inode->i_mode))
4520 if (!S_ISREG(inode->i_mode))
4907 (S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) ||
4919 if (S_ISREG(inode->i_mode)) {
5357 if (!S_ISREG(inode->i_mode)) {
5523 if ((request_mask & STATX_DIOALIGN) && S_ISREG(inode->i_mode)) {

Completed in 272 milliseconds

123456789