Searched refs:S_ISREG (Results 76 - 100 of 211) sorted by relevance

123456789

/linux-master/fs/gfs2/
H A Dinode.c56 if (S_ISREG(mode)) {
657 inode = gfs2_dir_search(dir, &dentry->d_name, !S_ISREG(mode) || excl);
668 if (S_ISREG(inode->i_mode))
916 if (file && S_ISREG(inode->i_mode))
/linux-master/fs/qnx4/
H A Dinode.c329 if (S_ISREG(inode->i_mode)) {
/linux-master/fs/btrfs/
H A Dprops.c355 if (!S_ISREG(inode->vfs_inode.i_mode) &&
/linux-master/fs/erofs/
H A Dinode.c158 if (test_opt(&sbi->opt, DAX_ALWAYS) && S_ISREG(inode->i_mode) &&
/linux-master/fs/ocfs2/dlmfs/
H A Ddlmfs.c308 if (S_ISREG(inode->i_mode)) {
/linux-master/include/linux/
H A Dhuge_mm.h209 !inode_is_open_for_write(inode) && S_ISREG(inode->i_mode);
H A Dnfs_fs.h619 if (S_ISREG(inode->i_mode))
H A Dfs.h1718 * May be false positive with !S_ISREG, because file_start_write() has
1719 * no effect on !S_ISREG.
1723 if (!S_ISREG(file_inode(file)->i_mode))
1733 * May be false positive with !S_ISREG, because file_start_write() has
1734 * no effect on !S_ISREG.
1738 if (!S_ISREG(file_inode(file)->i_mode))
2853 if (!S_ISREG(file_inode(file)->i_mode))
2860 if (!S_ISREG(file_inode(file)->i_mode))
2873 if (!S_ISREG(file_inode(file)->i_mode))
/linux-master/tools/perf/util/
H A Ddata.c123 if (!S_ISREG(st.st_mode) || strncmp(dent->d_name, "data.", 5))
/linux-master/fs/xfs/
H A Dxfs_inode.h187 if (S_ISREG(VFS_I(ip)->i_mode))
H A Dxfs_inode_item_recover.c395 if (unlikely(S_ISREG(ldip->di_mode))) {
H A Dxfs_inode.c677 } else if (S_ISREG(mode)) {
1482 if (!S_ISREG(VFS_I(ip)->i_mode) || (VFS_I(ip)->i_mode == 0))
1846 if (S_ISREG(VFS_I(ip)->i_mode) &&
2472 ASSERT(ip->i_disk_size == 0 || !S_ISREG(VFS_I(ip)->i_mode));
3358 if (S_ISREG(VFS_I(ip)->i_mode)) {
/linux-master/tools/mm/
H A Dpage-types.c1068 if (S_ISREG(st->st_mode))
1089 if (S_ISREG(st.st_mode)) {
/linux-master/fs/hfs/
H A Dinode.c212 } else if (S_ISREG(mode)) {
256 if (S_ISREG(inode->i_mode)) {
/linux-master/fs/afs/
H A Dinode.c743 if (!S_ISREG(inode->i_mode))
759 if ((attr->ia_valid & ATTR_SIZE) && S_ISREG(inode->i_mode)) {
/linux-master/fs/minix/
H A Dinode.c464 if (S_ISREG(inode->i_mode)) {
675 if (!(S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) || S_ISLNK(inode->i_mode)))
/linux-master/fs/smb/client/
H A Ddir.c228 if (!S_ISREG(newinode->i_mode)) {
388 if ((*oplock & CIFS_CREATE_ACTION) && S_ISREG(newinode->i_mode)) {
/linux-master/fs/9p/
H A Dvfs_inode.c954 if (S_ISREG(inode->i_mode)) {
1099 if ((S_ISREG(inode->i_mode)) || (S_ISDIR(inode->i_mode))) {
H A Dvfs_inode_dotl.c392 if (S_ISREG(inode->i_mode)) {
520 if (S_ISREG(inode->i_mode)) {
/linux-master/fs/ntfs3/
H A Dfile.c376 if (!S_ISREG(inode->i_mode))
448 if (!S_ISREG(inode->i_mode))
/linux-master/fs/nfs/
H A Ddir.c2035 if (S_ISREG(file_inode(file)->i_mode))
2165 else if (inode && S_ISREG(inode->i_mode))
2173 } else if (inode && S_ISREG(inode->i_mode)) {
2216 if (!S_ISREG(inode->i_mode))
2601 if (S_ISREG(inode->i_mode))
2715 if (S_ISREG(old_inode->i_mode))
3165 } else if (S_ISREG(umode)) {
/linux-master/fs/ocfs2/
H A Docfs2.h481 if (!S_ISREG(inode->i_mode))
/linux-master/fs/ext4/
H A Dorphan.c125 ASSERT((S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) ||
/linux-master/fs/hfsplus/
H A Dcatalog.c97 if (S_ISREG(inode->i_mode))
/linux-master/fs/crypto/
H A Dpolicy.c663 if (!S_ISREG(child->i_mode) && !S_ISDIR(child->i_mode) &&

Completed in 271 milliseconds

123456789