Searched refs:S_ISREG (Results 176 - 200 of 211) sorted by relevance

123456789

/linux-master/mm/
H A Dswapfile.c2255 * This is done so that the main operating code can treat S_ISBLK and S_ISREG
2258 * Whether the swapdev is an S_ISREG file or an S_ISBLK blockdev, the swap
2259 * extent rbtree operates in PAGE_SIZE disk blocks. Both S_ISREG and S_ISBLK
2262 * For S_ISREG swapfiles, setup_swap_extents() will walk all the file's blocks
2808 } else if (S_ISREG(inode->i_mode)) {
2904 if (swap_header->info.nr_badpages && S_ISREG(inode->i_mode))
H A Dmmap.c1181 if (S_ISREG(inode->i_mode))
/linux-master/fs/ceph/
H A Dfile.c379 } else if (S_ISREG(inode->i_mode)) {
2617 if (!S_ISREG(inode->i_mode))
H A Ddir.c948 if (S_ISREG(mode) && IS_ENCRYPTED(dir))
H A Daddr.c2171 if (!S_ISREG(inode->i_mode))
/linux-master/fs/btrfs/
H A Dsend.c422 S_ISREG(sctx->cur_inode_mode));
2876 if (S_ISREG(mode)) {
6713 if (S_ISREG(sctx->cur_inode_mode)) {
H A Drelocation.c1550 if (!S_ISREG(inode->i_mode))
/linux-master/fs/ext4/
H A Dmballoc.c5158 BUG_ON(!S_ISREG(ac->ac_inode->i_mode));
5257 BUG_ON(!S_ISREG(ac->ac_inode->i_mode));
5515 if (!S_ISREG(inode->i_mode))
/linux-master/fs/reiserfs/
H A Dinode.c1341 if (S_ISREG(inode->i_mode)) {
/linux-master/fs/jfs/
H A Djfs_imap.c3093 } else if (S_ISREG(ip->i_mode) || S_ISLNK(ip->i_mode)) {
/linux-master/fs/
H A Dlocks.c2017 if (!S_ISREG(inode->i_mode))
H A Ddcache.c1831 if (unlikely(!S_ISREG(inode->i_mode)))
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c1748 needspace = S_ISDIR(mode) || S_ISREG(mode) || S_ISLNK(mode);
/linux-master/fs/quota/
H A Ddquot.c2364 if (!S_ISREG(inode->i_mode))
/linux-master/fs/f2fs/
H A Dgc.c1609 if (S_ISREG(inode->i_mode)) {
H A Dnode.c1260 if (S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) ||
/linux-master/fs/ubifs/
H A Dsuper.c91 if (ui->xattr && !S_ISREG(inode->i_mode))
H A Dtnc.c3533 if (!S_ISREG(inode->i_mode))
H A Ddebug.c1093 if (!S_ISREG(inode->i_mode))
/linux-master/fs/gfs2/
H A Dbmap.c2133 BUG_ON(!S_ISREG(inode->i_mode));
/linux-master/kernel/
H A Dsys.c1921 if (!S_ISREG(inode->i_mode) || path_noexec(&exe.file->f_path))
/linux-master/fs/ocfs2/
H A Drefcounttree.c4354 if (!S_ISREG(inode->i_mode))
H A Ddlmglue.c3961 if (!S_ISREG(inode->i_mode))
/linux-master/fs/bcachefs/
H A Dfsck.c1583 !S_ISREG(i->inode.bi_mode) &&
1660 * Walk extents: verify that extents have a corresponding S_ISREG inode, and
/linux-master/fs/smb/client/
H A Dinode.c2428 S_ISREG(inode->i_mode) && inode->i_nlink != 1)

Completed in 436 milliseconds

123456789