/Linux-v5.10/fs/xfs/scrub/ |
D | inode.c | 136 !S_ISDIR(mode)) in xchk_inode_flags() 177 if ((flags2 & XFS_DIFLAG2_DAX) && !(S_ISREG(mode) || S_ISDIR(mode))) in xchk_inode_flags2() 296 if (!S_ISDIR(mode) && !S_ISLNK(mode)) in xchk_dinode() 300 if (!S_ISREG(mode) && !S_ISDIR(mode) && !S_ISLNK(mode)) in xchk_dinode() 304 if (!S_ISREG(mode) && !S_ISDIR(mode)) in xchk_dinode() 328 if (!S_ISDIR(mode) && !S_ISREG(mode) && !S_ISLNK(mode) && isize != 0) in xchk_dinode() 332 if (S_ISDIR(mode) && (isize == 0 || isize >= XFS_DIR2_SPACE_SIZE)) in xchk_dinode()
|
D | parent.c | 180 if (dp == sc->ip || !S_ISDIR(VFS_I(dp)->i_mode)) { in xchk_parent_validate() 277 if (!S_ISDIR(VFS_I(sc->ip)->i_mode)) in xchk_parent()
|
/Linux-v5.10/fs/hpfs/ |
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()
|
/Linux-v5.10/fs/gfs2/ |
D | inode.c | 89 } else if (S_ISDIR(mode)) { in gfs2_set_iop() 364 if (S_ISDIR(mode) && dip->i_inode.i_nlink == (u32)-1) in create_ok() 376 if (S_ISDIR(inode->i_mode)) in munge_mode_uid_gid() 385 if (S_ISDIR(inode->i_mode)) in munge_mode_uid_gid() 637 if (S_ISDIR(inode->i_mode)) { in gfs2_create_inode() 675 set_nlink(inode, S_ISDIR(mode) ? 2 : 1); in gfs2_create_inode() 932 if (S_ISDIR(inode->i_mode)) in gfs2_link() 1103 if (S_ISDIR(inode->i_mode)) in gfs2_unlink_inode() 1163 if (S_ISDIR(inode->i_mode)) { in gfs2_unlink() 1409 if (S_ISDIR(ip->i_inode.i_mode)) { in gfs2_rename() [all …]
|
/Linux-v5.10/tools/power/acpi/os_specific/service_layers/ |
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()
|
/Linux-v5.10/tools/power/cpupower/lib/ |
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()
|
/Linux-v5.10/fs/nfs/ |
D | nfs3acl.c | 80 if (S_ISDIR(inode->i_mode)) in nfs3_get_acl() 176 if (acl == NULL && (!S_ISDIR(inode->i_mode) || dfacl == NULL)) in __nfs3_proc_setacls() 190 if (S_ISDIR(inode->i_mode)) { in __nfs3_proc_setacls() 259 if (S_ISDIR(inode->i_mode)) { in nfs3_set_acl()
|
D | nfs4getroot.c | 30 || !S_ISDIR(fsinfo.fattr->mode)) { in nfs4_get_rootfh()
|
D | inode.c | 233 if (S_ISREG(mode) || S_ISDIR(mode) || S_ISLNK(mode)) { in nfs_zap_caches_locked() 482 } else if (S_ISDIR(inode->i_mode)) { in nfs_fhget() 826 ((path->mnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode))) in nfs_getattr() 863 if (S_ISDIR(inode->i_mode)) in nfs_getattr() 1183 if (!S_ISDIR(inode->i_mode)) in __nfs_revalidate_inode() 1253 if (S_ISDIR(inode->i_mode)) { in nfs_invalidate_mapping() 1384 if (S_ISDIR(inode->i_mode)) in nfs_wcc_update_inode() 1402 if (S_ISDIR(inode->i_mode)) in nfs_wcc_update_inode() 1693 if (S_ISDIR(inode->i_mode)) in nfs_post_op_update_inode_locked() 1870 if (S_ISDIR(inode->i_mode) && (fattr->valid & NFS_ATTR_FATTR_FSID) && in nfs_update_inode() [all …]
|
/Linux-v5.10/fs/jfs/ |
D | jfs_inode.c | 56 rc = diAlloc(parent, S_ISDIR(mode), inode); in ialloc() 88 if (S_ISDIR(mode)) { in ialloc()
|
/Linux-v5.10/fs/ocfs2/ |
D | namei.c | 199 if (S_ISDIR(mode)) in ocfs2_get_init_inode() 271 if (S_ISDIR(mode) && (dir->i_nlink >= ocfs2_link_max(osb))) { in ocfs2_mknod() 334 if (S_ISDIR(mode) && !ocfs2_supports_inline_data(osb)) { in ocfs2_mknod() 357 S_ISDIR(mode), in ocfs2_mknod() 384 if (S_ISDIR(mode)) { in ocfs2_mknod() 448 if (status < 0 && S_ISDIR(mode)) { in ocfs2_mknod() 574 if (S_ISDIR(inode->i_mode) && ocfs2_supports_inline_data(osb)) { in __ocfs2_mknod_locked() 700 if (S_ISDIR(inode->i_mode)) in ocfs2_link() 861 if (S_ISDIR(inode->i_mode)) { in ocfs2_inode_is_unlinkable() 941 if (S_ISDIR(inode->i_mode)) { in ocfs2_unlink() [all …]
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_dir2.c | 181 ASSERT(S_ISDIR(VFS_I(dp)->i_mode)); in xfs_dir_isempty() 221 ASSERT(S_ISDIR(VFS_I(dp)->i_mode)); in xfs_dir_init() 254 ASSERT(S_ISDIR(VFS_I(dp)->i_mode)); in xfs_dir_createname() 351 ASSERT(S_ISDIR(VFS_I(dp)->i_mode)); in xfs_dir_lookup() 428 ASSERT(S_ISDIR(VFS_I(dp)->i_mode)); in xfs_dir_removename() 486 ASSERT(S_ISDIR(VFS_I(dp)->i_mode)); in xfs_dir_replace()
|
/Linux-v5.10/tools/power/cpupower/utils/helpers/ |
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()
|
/Linux-v5.10/fs/udf/ |
D | ialloc.c | 37 if (S_ISDIR(inode->i_mode)) in udf_free_inode() 98 if (S_ISDIR(mode)) in udf_new_inode()
|
/Linux-v5.10/fs/ |
D | remap_range.c | 309 if (S_ISDIR(inode_in->i_mode) || S_ISDIR(inode_out->i_mode)) in generic_remap_file_range_prep() 472 if (S_ISDIR(file_inode(dst_file)->i_mode)) in vfs_dedupe_file_range_one() 513 if (S_ISDIR(src->i_mode)) in vfs_dedupe_file_range()
|
D | inode.c | 969 if (S_ISDIR(inode->i_mode)) { in lockdep_annotate_inode_mutex_key() 1033 if (inode1 && !S_ISDIR(inode1->i_mode)) in lock_two_nondirectories() 1035 if (inode2 && !S_ISDIR(inode2->i_mode) && inode2 != inode1) in lock_two_nondirectories() 1047 if (inode1 && !S_ISDIR(inode1->i_mode)) in unlock_two_nondirectories() 1049 if (inode2 && !S_ISDIR(inode2->i_mode) && inode2 != inode1) in unlock_two_nondirectories() 1805 if ((inode->i_sb->s_flags & SB_NODIRATIME) && S_ISDIR(inode->i_mode)) in atime_needs_update() 1810 if ((mnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode)) in atime_needs_update() 2023 if (S_ISDIR(inode->i_mode) && IS_DIRSYNC(inode)) in inode_needs_sync() 2146 if (S_ISDIR(mode)) in inode_init_owner() 2359 !S_ISDIR(inode->i_mode)) in vfs_ioc_fssetxattr_check() [all …]
|
/Linux-v5.10/tools/testing/selftests/ia64/ |
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()
|
/Linux-v5.10/fs/crypto/ |
D | keysetup.c | 62 if (S_ISDIR(inode->i_mode) || S_ISLNK(inode->i_mode)) in select_encryption_mode() 587 S_ISDIR(inode->i_mode)); in fscrypt_get_encryption_info() 635 !S_ISDIR(inode->i_mode) && in fscrypt_prepare_new_inode() 644 S_ISDIR(inode->i_mode)); in fscrypt_prepare_new_inode()
|
/Linux-v5.10/fs/overlayfs/ |
D | inode.c | 132 if (S_ISDIR(dentry->d_inode->i_mode)) { in ovl_map_dev_ino() 164 bool is_dir = S_ISDIR(dentry->d_inode->i_mode); in ovl_getattr() 574 if (S_ISDIR(inode->i_mode)) in ovl_lockdep_annotate_inode_mutex_key() 621 if (S_ISDIR(inode->i_mode)) { in ovl_map_ino() 813 if (S_ISDIR(inode->i_mode) && strict) { in ovl_verify_inode() 973 is_dir = S_ISDIR(realinode->i_mode); in ovl_get_inode()
|
/Linux-v5.10/security/tomoyo/ |
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()
|
/Linux-v5.10/include/linux/ |
D | fsnotify.h | 44 if (S_ISDIR(inode->i_mode)) in fsnotify_inode() 56 if (S_ISDIR(inode->i_mode)) { in fsnotify_parent()
|
D | nfs_fs.h | 298 return S_ISDIR(inode->i_mode) ? nfss->acdirmin : nfss->acregmin; in NFS_MINATTRTIMEO() 304 return S_ISDIR(inode->i_mode) ? nfss->acdirmax : nfss->acregmax; in NFS_MAXATTRTIMEO() 341 if (S_ISDIR(inode->i_mode)) in nfs_mark_for_revalidate()
|
/Linux-v5.10/fs/ext2/ |
D | ialloc.c | 127 is_directory = S_ISDIR(inode->i_mode); in ext2_free_inode() 451 if (S_ISDIR(mode)) { in ext2_new_inode() 533 if (S_ISDIR(mode)) in ext2_new_inode() 538 if (S_ISDIR(mode)) { in ext2_new_inode()
|
/Linux-v5.10/tools/perf/util/ |
D | path.c | 93 return S_ISDIR(st.st_mode); in is_directory()
|
/Linux-v5.10/fs/hfs/ |
D | inode.c | 203 if (S_ISDIR(mode)) { in hfs_new_inode() 245 if (S_ISDIR(inode->i_mode)) { in hfs_delete_inode() 462 if (S_ISDIR(main_inode->i_mode)) { in hfs_write_inode() 621 ((S_ISDIR(inode->i_mode) && in hfs_inode_setattr() 633 attr->ia_mode &= S_ISDIR(inode->i_mode) ? ~hsb->s_dir_umask: ~hsb->s_file_umask; in hfs_inode_setattr()
|