Home
last modified time | relevance | path

Searched refs:S_ISDIR (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui-ncurses/
H A D0001-libyui-ncurses-Replace-off64_t-with-off_t-and-stat64.patch43 if ( S_ISDIR( statInfo.st_mode ) )
52 if ( S_ISDIR( statInfo.st_mode ) )
137 if ( S_ISDIR( statInfo.st_mode ) )
146 if ( S_ISDIR( linkInfo.st_mode ) )
173 bool isDir() { return (( S_ISDIR( _mode ) ) ? true : false ); }
/openbmc/linux/tools/perf/util/
H A Dpath.c68 return S_ISDIR(st.st_mode); in is_directory()
80 return !S_ISDIR(st.st_mode) && (st.st_mode & S_IXUSR); in is_executable_file()
/openbmc/linux/fs/hpfs/
H A Dinode.c166 if ((i->i_mode != ((hpfs_sb(i->i_sb)->sb_mode & ~(S_ISDIR(i->i_mode) ? 0 : 0111)) in hpfs_write_inode_ea()
167 | (S_ISDIR(i->i_mode) ? S_IFDIR : S_IFREG)) in hpfs_write_inode_ea()
168 && i->i_mode != ((hpfs_sb(i->i_sb)->sb_mode & ~(S_ISDIR(i->i_mode) ? 0222 : 0333)) in hpfs_write_inode_ea()
169 | (S_ISDIR(i->i_mode) ? S_IFDIR : S_IFREG))) || hpfs_inode->i_ea_mode) { in hpfs_write_inode_ea()
227 } else if (S_ISDIR(i->i_mode)) { in hpfs_write_inode_nolock()
241 if (S_ISDIR(i->i_mode)) { in hpfs_write_inode_nolock()
/openbmc/linux/fs/gfs2/
H A Dinode.c62 } else if (S_ISDIR(mode)) { in gfs2_set_iop()
387 if (S_ISDIR(inode->i_mode)) in munge_mode_uid_gid()
396 if (S_ISDIR(inode->i_mode)) in munge_mode_uid_gid()
956 if (S_ISDIR(inode->i_mode)) in gfs2_link()
1125 if (S_ISDIR(inode->i_mode)) in gfs2_unlink_inode()
1670 if (S_ISDIR(old_mode)) { in gfs2_exchange()
1677 if (S_ISDIR(new_mode)) { in gfs2_exchange()
1719 if (S_ISDIR(old_mode)) { in gfs2_exchange()
1725 if (S_ISDIR(new_mode)) { in gfs2_exchange()
1754 if (S_ISDIR(new_mode) && !S_ISDIR(old_mode)) { in gfs2_exchange()
[all …]
/openbmc/linux/tools/power/acpi/os_specific/service_layers/
H A Dosunixdir.c131 if ((S_ISDIR(temp_stat.st_mode) in acpi_os_get_next_filename()
134 || ((!S_ISDIR(temp_stat.st_mode) in acpi_os_get_next_filename()
/openbmc/linux/fs/xfs/scrub/
H A Dinode.c284 !S_ISDIR(mode)) in xchk_inode_flags()
325 if ((flags2 & XFS_DIFLAG2_DAX) && !(S_ISREG(mode) || S_ISDIR(mode))) in xchk_inode_flags2()
458 if (!S_ISDIR(mode) && !S_ISLNK(mode)) in xchk_dinode()
462 if (!S_ISREG(mode) && !S_ISDIR(mode) && !S_ISLNK(mode)) in xchk_dinode()
466 if (!S_ISREG(mode) && !S_ISDIR(mode)) in xchk_dinode()
490 if (!S_ISDIR(mode) && !S_ISREG(mode) && !S_ISLNK(mode) && isize != 0) in xchk_dinode()
494 if (S_ISDIR(mode) && (isize == 0 || isize >= XFS_DIR2_SPACE_SIZE)) in xchk_dinode()
H A Dparent.c146 if (dp == sc->ip || !S_ISDIR(VFS_I(dp)->i_mode)) { in xchk_parent_validate()
191 if (!S_ISDIR(VFS_I(sc->ip)->i_mode)) in xchk_parent()
/openbmc/linux/tools/power/cpupower/lib/
H A Dcpuidle.c292 if (stat(file, &statbuf) != 0 || !S_ISDIR(statbuf.st_mode)) in cpuidle_state_count()
296 if (stat(file, &statbuf) != 0 || !S_ISDIR(statbuf.st_mode)) in cpuidle_state_count()
299 while (stat(file, &statbuf) == 0 && S_ISDIR(statbuf.st_mode)) { in cpuidle_state_count()
/openbmc/linux/fs/nfs/
H A Dnfs3acl.c82 if (S_ISDIR(inode->i_mode)) in nfs3_get_acl()
179 if (acl == NULL && (!S_ISDIR(inode->i_mode) || dfacl == NULL)) in __nfs3_proc_setacls()
193 if (S_ISDIR(inode->i_mode)) { in __nfs3_proc_setacls()
264 if (S_ISDIR(inode->i_mode)) { in nfs3_set_acl()
H A Dnfs4getroot.c30 || !S_ISDIR(fsinfo.fattr->mode)) { in nfs4_get_rootfh()
/openbmc/linux/fs/jfs/
H A Djfs_inode.c56 rc = diAlloc(parent, S_ISDIR(mode), inode); in ialloc()
88 if (S_ISDIR(mode)) { in ialloc()
/openbmc/linux/fs/ocfs2/
H A Dnamei.c198 if (S_ISDIR(mode)) in ocfs2_get_init_inode()
360 S_ISDIR(mode), in ocfs2_mknod()
388 if (S_ISDIR(mode)) { in ocfs2_mknod()
700 if (S_ISDIR(inode->i_mode)) in ocfs2_link()
862 if (S_ISDIR(inode->i_mode)) { in ocfs2_inode_is_unlinkable()
942 if (S_ISDIR(inode->i_mode)) { in ocfs2_unlink()
993 if (S_ISDIR(inode->i_mode)) in ocfs2_unlink()
1001 if (S_ISDIR(inode->i_mode)) in ocfs2_unlink()
1007 if (S_ISDIR(inode->i_mode)) in ocfs2_unlink()
2284 if (S_ISDIR(inode->i_mode)) in ocfs2_orphan_add()
[all …]
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_stat1.c12 || !S_ISDIR (buf.st_mode)) in main()
H A Dcheck_stat2.c16 || !S_ISDIR (buf.st_mode)) in main()
H A Dcheck_stat3.c18 || !S_ISDIR (buf.st_mode)) in main()
H A Dcheck_stat4.c20 || !S_ISDIR (buf.st_mode)) in main()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c194 ASSERT(S_ISDIR(VFS_I(dp)->i_mode)); in xfs_dir_isempty()
234 ASSERT(S_ISDIR(VFS_I(dp)->i_mode)); in xfs_dir_init()
267 ASSERT(S_ISDIR(VFS_I(dp)->i_mode)); in xfs_dir_createname()
364 ASSERT(S_ISDIR(VFS_I(dp)->i_mode)); in xfs_dir_lookup()
441 ASSERT(S_ISDIR(VFS_I(dp)->i_mode)); in xfs_dir_removename()
499 ASSERT(S_ISDIR(VFS_I(dp)->i_mode)); in xfs_dir_replace()
H A Dxfs_inode_buf.c374 if (S_ISDIR(mode) || S_ISLNK(mode)) { in xfs_dinode_verify_fork()
496 if ((S_ISLNK(mode) || S_ISDIR(mode)) && di_size == 0) in xfs_dinode_verify()
514 if (S_ISDIR(mode) && nextents > mp->m_dir_geo->max_extents) in xfs_dinode_verify()
694 if ((hint_flag || inherit_flag) && !(S_ISDIR(mode) || S_ISREG(mode))) in xfs_inode_validate_extsize()
700 if (inherit_flag && !S_ISDIR(mode)) in xfs_inode_validate_extsize()
754 if (hint_flag && !(S_ISDIR(mode) || S_ISREG(mode))) in xfs_inode_validate_cowextsize()
/openbmc/linux/tools/power/cpupower/utils/helpers/
H A Dsysfs.c362 if (stat(file, &statbuf) != 0 || !S_ISDIR(statbuf.st_mode)) in sysfs_get_idlestate_count()
366 if (stat(file, &statbuf) != 0 || !S_ISDIR(statbuf.st_mode)) in sysfs_get_idlestate_count()
369 while (stat(file, &statbuf) == 0 && S_ISDIR(statbuf.st_mode)) { in sysfs_get_idlestate_count()
/openbmc/linux/include/linux/
H A Dfsnotify.h50 if (S_ISDIR(inode->i_mode)) in fsnotify_inode()
65 if (S_ISDIR(inode->i_mode)) { in fsnotify_parent()
242 if (S_ISDIR(inode->i_mode)) in fsnotify_delete()
/openbmc/u-boot/fs/cramfs/
H A Dcramfs.c83 if (!S_ISDIR (CRAMFS_16 (super.root.mode))) { in cramfs_read_super()
156 if (S_ISDIR (CRAMFS_16 (inode->mode))) { in cramfs_resolve()
321 if (!S_ISDIR (CRAMFS_16 (inode->mode))) { in cramfs_ls()
/openbmc/linux/fs/
H A Dinode.c1042 if (S_ISDIR(inode->i_mode)) { in lockdep_annotate_inode_mutex_key()
1122 if (S_ISDIR(inode2->i_mode) == S_ISDIR(inode1->i_mode)) { in lock_two_inodes()
1125 } else if (!S_ISDIR(inode1->i_mode)) in lock_two_inodes()
1146 WARN_ON_ONCE(S_ISDIR(inode1->i_mode)); in lock_two_nondirectories()
1148 WARN_ON_ONCE(S_ISDIR(inode2->i_mode)); in lock_two_nondirectories()
1161 WARN_ON_ONCE(S_ISDIR(inode1->i_mode)); in unlock_two_nondirectories()
1165 WARN_ON_ONCE(S_ISDIR(inode2->i_mode)); in unlock_two_nondirectories()
1986 if ((mnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode)) in atime_needs_update()
2249 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in inode_needs_sync()
2380 if (S_ISDIR(mode)) in inode_init_owner()
[all …]
H A Dremap_range.c289 if (S_ISDIR(inode_in->i_mode) || S_ISDIR(inode_out->i_mode)) in __generic_remap_file_range_prep()
473 if (S_ISDIR(file_inode(dst_file)->i_mode)) in vfs_dedupe_file_range_one()
514 if (S_ISDIR(src->i_mode)) in vfs_dedupe_file_range()
/openbmc/linux/tools/testing/selftests/ia64/
H A Daliasing-test.c100 if (r == 0 && S_ISDIR(buf.st_mode)) { in scan_tree()
189 if (r == 0 && S_ISDIR(buf.st_mode)) { in scan_rom()
/openbmc/linux/security/tomoyo/
H A Drealpath.c105 if (inode && S_ISDIR(inode->i_mode)) { in tomoyo_get_absolute_path()
135 if (inode && S_ISDIR(inode->i_mode)) { in tomoyo_get_dentry_path()

12345678910>>...13