/openbmc/linux/fs/hpfs/ |
H A D | inode.c | 166 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 D | inode.c | 62 } else if (S_ISDIR(mode)) { in gfs2_set_iop() 375 if (S_ISDIR(mode) && dip->i_inode.i_nlink == (u32)-1) in create_ok() 387 if (S_ISDIR(inode->i_mode)) in munge_mode_uid_gid() 396 if (S_ISDIR(inode->i_mode)) in munge_mode_uid_gid() 659 if (S_ISDIR(inode->i_mode)) { in gfs2_create_inode() 697 set_nlink(inode, S_ISDIR(mode) ? 2 : 1); in gfs2_create_inode() 956 if (S_ISDIR(inode->i_mode)) in gfs2_link() 1125 if (S_ISDIR(inode->i_mode)) in gfs2_unlink_inode() 1185 if (S_ISDIR(inode->i_mode)) { in gfs2_unlink() 1435 if (S_ISDIR(ip->i_inode.i_mode)) { in gfs2_rename() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | path.c | 68 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/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixdir.c | 131 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 D | inode.c | 284 !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 D | parent.c | 146 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/fs/nfs/ |
H A D | nfs3acl.c | 82 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 D | nfs4getroot.c | 30 || !S_ISDIR(fsinfo.fattr->mode)) { in nfs4_get_rootfh()
|
/openbmc/linux/tools/power/cpupower/lib/ |
H A D | cpuidle.c | 292 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()
|
H A D | powercap.c | 99 if (stat(file, &statbuf) != 0 || !S_ISDIR(statbuf.st_mode)) { in powercap_get_driver() 224 if (stat(dent->d_name, &st) != 0 || !S_ISDIR(st.st_mode)) in powercap_read_zone()
|
/openbmc/linux/fs/ocfs2/ |
H A D | namei.c | 198 if (S_ISDIR(mode)) in ocfs2_get_init_inode() 276 if (S_ISDIR(mode) && (dir->i_nlink >= ocfs2_link_max(osb))) { in ocfs2_mknod() 339 if (S_ISDIR(mode) && !ocfs2_supports_inline_data(osb)) { in ocfs2_mknod() 362 S_ISDIR(mode), in ocfs2_mknod() 390 if (S_ISDIR(mode)) { in ocfs2_mknod() 454 if (status < 0 && S_ISDIR(mode)) { in ocfs2_mknod() 583 if (S_ISDIR(inode->i_mode) && ocfs2_supports_inline_data(osb)) { in __ocfs2_mknod_locked() 702 if (S_ISDIR(inode->i_mode)) in ocfs2_link() 864 if (S_ISDIR(inode->i_mode)) { in ocfs2_inode_is_unlinkable() 944 if (S_ISDIR(inode->i_mode)) { in ocfs2_unlink() [all …]
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_inode.c | 56 rc = diAlloc(parent, S_ISDIR(mode), inode); in ialloc() 88 if (S_ISDIR(mode)) { in ialloc()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2.c | 194 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 D | xfs_inode_buf.c | 378 if (S_ISDIR(mode)) { in xfs_dinode_verify_fork() 522 if ((S_ISLNK(mode) || S_ISDIR(mode)) && di_size == 0) { in xfs_dinode_verify() 547 if (S_ISDIR(mode) && nextents > mp->m_dir_geo->max_extents) in xfs_dinode_verify() 727 if ((hint_flag || inherit_flag) && !(S_ISDIR(mode) || S_ISREG(mode))) in xfs_inode_validate_extsize() 733 if (inherit_flag && !S_ISDIR(mode)) in xfs_inode_validate_extsize() 787 if (hint_flag && !(S_ISDIR(mode) || S_ISREG(mode))) in xfs_inode_validate_cowextsize()
|
/openbmc/linux/tools/power/cpupower/utils/helpers/ |
H A D | sysfs.c | 362 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 D | fsnotify.h | 50 if (S_ISDIR(inode->i_mode)) in fsnotify_inode() 65 if (S_ISDIR(inode->i_mode)) { in fsnotify_parent() 248 if (S_ISDIR(inode->i_mode)) in fsnotify_delete()
|
/openbmc/u-boot/fs/cramfs/ |
H A D | cramfs.c | 83 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 D | inode.c | 1085 if (S_ISDIR(inode->i_mode)) { in lockdep_annotate_inode_mutex_key() 1165 if (S_ISDIR(inode2->i_mode) == S_ISDIR(inode1->i_mode)) { in lock_two_inodes() 1168 } else if (!S_ISDIR(inode1->i_mode)) in lock_two_inodes() 1189 WARN_ON_ONCE(S_ISDIR(inode1->i_mode)); in lock_two_nondirectories() 1191 WARN_ON_ONCE(S_ISDIR(inode2->i_mode)); in lock_two_nondirectories() 1204 WARN_ON_ONCE(S_ISDIR(inode1->i_mode)); in unlock_two_nondirectories() 1208 WARN_ON_ONCE(S_ISDIR(inode2->i_mode)); in unlock_two_nondirectories() 2024 if ((inode->i_sb->s_flags & SB_NODIRATIME) && S_ISDIR(inode->i_mode)) in atime_needs_update() 2029 if ((mnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode)) in atime_needs_update() 2292 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in inode_needs_sync() [all …]
|
H A D | remap_range.c | 289 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/security/tomoyo/ |
H A D | realpath.c | 105 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()
|
/openbmc/linux/tools/testing/selftests/ia64/ |
H A D | aliasing-test.c | 100 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/fs/f2fs/ |
H A D | namei.c | 153 if (S_ISDIR(inode->i_mode)) in set_compress_new_inode() 250 if (S_ISDIR(inode->i_mode)) in f2fs_new_inode() 304 if (S_ISDIR(inode->i_mode)) in f2fs_new_inode() 504 (S_ISDIR(inode->i_mode) || S_ISLNK(inode->i_mode)) && in f2fs_lookup() 960 if (S_ISDIR(old_inode->i_mode)) { in f2fs_rename() 1058 if (S_ISDIR(old_inode->i_mode)) in f2fs_rename() 1135 if (S_ISDIR(old_inode->i_mode)) { in f2fs_cross_rename() 1145 if (S_ISDIR(new_inode->i_mode)) { in f2fs_cross_rename()
|
/openbmc/linux/fs/ext2/ |
H A D | ialloc.c | 127 is_directory = S_ISDIR(inode->i_mode); in ext2_free_inode() 442 if (S_ISDIR(mode)) { in ext2_new_inode() 524 if (S_ISDIR(mode)) in ext2_new_inode() 529 if (S_ISDIR(mode)) { in ext2_new_inode()
|
/openbmc/linux/fs/crypto/ |
H A D | keysetup.c | 90 if (S_ISDIR(inode->i_mode) || S_ISLNK(inode->i_mode)) in select_encryption_mode() 671 S_ISDIR(inode->i_mode)); in fscrypt_get_encryption_info() 721 !S_ISDIR(inode->i_mode) && in fscrypt_prepare_new_inode() 730 S_ISDIR(inode->i_mode)); in fscrypt_prepare_new_inode()
|
/openbmc/linux/fs/overlayfs/ |
H A D | inode.c | 134 if (S_ISDIR(dentry->d_inode->i_mode)) { in ovl_map_dev_ino() 165 bool is_dir = S_ISDIR(inode->i_mode); in ovl_getattr() 673 if (type == ACL_TYPE_DEFAULT && !S_ISDIR(inode->i_mode)) in ovl_set_acl() 959 if (S_ISDIR(inode->i_mode)) in ovl_lockdep_annotate_inode_mutex_key() 1007 if (S_ISDIR(inode->i_mode)) { in ovl_map_ino() 1198 if (S_ISDIR(inode->i_mode) && strict) { in ovl_verify_inode() 1362 is_dir = S_ISDIR(realinode->i_mode); in ovl_get_inode()
|