Searched refs:S_ISREG (Results 76 - 100 of 215) 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/ocfs2/dlmfs/
H A Ddlmfs.c308 if (S_ISREG(inode->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_item_recover.c395 if (unlikely(S_ISREG(ldip->di_mode))) {
H A Dxfs_inode.h187 if (S_ISREG(VFS_I(ip)->i_mode))
/linux-master/fs/btrfs/
H A Dprops.c355 if (!S_ISREG(inode->vfs_inode.i_mode) &&
/linux-master/include/linux/
H A Dhuge_mm.h221 !inode_is_open_for_write(inode) && S_ISREG(inode->i_mode);
H A Dnfs_fs.h622 if (S_ISREG(inode->i_mode))
H A Dfs.h1709 * May be false positive with !S_ISREG, because file_start_write() has
1710 * no effect on !S_ISREG.
1714 if (!S_ISREG(file_inode(file)->i_mode))
1724 * May be false positive with !S_ISREG, because file_start_write() has
1725 * no effect on !S_ISREG.
1729 if (!S_ISREG(file_inode(file)->i_mode))
2852 if (!S_ISREG(file_inode(file)->i_mode))
2859 if (!S_ISREG(file_inode(file)->i_mode))
2872 if (!S_ISREG(file_inode(file)->i_mode))
/linux-master/kernel/
H A Dacct.c231 if (!S_ISREG(file_inode(file)->i_mode)) {
/linux-master/fs/ext4/
H A Dioctl.c393 if (inode->i_nlink != 1 || !S_ISREG(inode->i_mode) ||
434 if (is_bad_inode(inode_bl) || !S_ISREG(inode_bl->i_mode)) {
641 if (S_ISREG(inode->i_mode) && !IS_IMMUTABLE(inode) &&
989 if (S_ISREG(inode->i_mode))
H A Dorphan.c125 ASSERT((S_ISREG(inode->i_mode) || S_ISDIR(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/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/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_dotl.c392 if (S_ISREG(inode->i_mode)) {
520 if (S_ISREG(inode->i_mode)) {
H A Dvfs_inode.c955 if (S_ISREG(inode->i_mode)) {
1100 if ((S_ISREG(inode->i_mode)) || (S_ISDIR(inode->i_mode))) {
/linux-master/fs/minix/
H A Dinode.c482 if (S_ISREG(inode->i_mode)) {
693 if (!(S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) || S_ISLNK(inode->i_mode)))
/linux-master/fs/afs/
H A Dinode.c744 if (!S_ISREG(inode->i_mode))
760 if ((attr->ia_valid & ATTR_SIZE) && 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.c2037 if (S_ISREG(file_inode(file)->i_mode))
2167 else if (inode && S_ISREG(inode->i_mode))
2175 } else if (inode && S_ISREG(inode->i_mode)) {
2218 if (!S_ISREG(inode->i_mode))
2649 if (S_ISREG(inode->i_mode))
2763 if (S_ISREG(old_inode->i_mode))
3213 } else if (S_ISREG(umode)) {
/linux-master/fs/ocfs2/
H A Docfs2.h481 if (!S_ISREG(inode->i_mode))
/linux-master/fs/hfsplus/
H A Dcatalog.c97 if (S_ISREG(inode->i_mode))

Completed in 669 milliseconds

123456789