Searched refs:i_mode (Results 376 - 400 of 463) sorted by relevance

<<111213141516171819

/linux-master/fs/jffs2/
H A Dwrite.c636 if (S_ISDIR(OFNI_EDONI_2SFFJ(dead_f)->i_mode)) {
/linux-master/security/tomoyo/
H A Dcondition.c745 stat->mode = inode->i_mode;
/linux-master/include/trace/events/
H A Dwriteback.h815 __entry->mode = inode->i_mode;
/linux-master/fs/proc/
H A Dgeneric.c132 de->mode = inode->i_mode;
/linux-master/fs/autofs/
H A Droot.c461 if (inode && S_ISLNK(inode->i_mode))
/linux-master/fs/ext4/
H A Dballoc.c982 if (S_ISREG(inode->i_mode))
/linux-master/fs/debugfs/
H A Dfile.c242 if ((inode->i_mode & 07777 & ~0444) == 0 &&
/linux-master/fs/crypto/
H A Dkeyring.c881 if (S_ISDIR(inode->i_mode)) {
/linux-master/fs/exfat/
H A Dsuper.c367 inode->i_mode = exfat_make_mode(sbi, EXFAT_ATTR_SUBDIR, 0777);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h773 umode_t mode = BPF_CORE_READ(file_inode, i_mode);
/linux-master/fs/smb/client/
H A Dreaddir.c112 * Update inode in place if both i_ino and i_mode didn't
126 fattr->cf_mode = inode->i_mode;
/linux-master/fs/notify/fanotify/
H A Dfanotify.c528 if (inode && S_ISDIR(inode->i_mode))
/linux-master/mm/damon/
H A Ddbgfs.c931 if (!S_ISDIR(inode->i_mode)) {
/linux-master/fs/xfs/
H A Dxfs_inode_item.c533 to->di_mode = inode->i_mode;
H A Dxfs_mount.c880 if (XFS_IS_CORRUPT(mp, !S_ISDIR(VFS_I(rip)->i_mode))) {
/linux-master/fs/
H A Dfcntl.c61 if (!S_ISFIFO(inode->i_mode) &&
/linux-master/fs/nilfs2/
H A Dioctl.c142 flags = nilfs_mask_flags(inode->i_mode, fa->flags);
/linux-master/security/smack/
H A Dsmack_lsm.c1324 if (!S_ISDIR(d_backing_inode(dentry)->i_mode) ||
2863 if (!S_ISDIR(inode->i_mode) || size != TRANS_TRUE_SIZE ||
3572 if (S_ISSOCK(inode->i_mode)) {
3595 if (S_ISDIR(inode->i_mode)) {
/linux-master/fs/nfsd/
H A Dnfs4proc.c163 umode_t mode = d_inode(fh->fh_dentry)->i_mode;
1167 status = nfsd4_acl_to_attr(S_ISDIR(inode->i_mode) ? NF4DIR : NF4REG,
1247 if (!S_ISREG(file_inode((*src)->nf_file)->i_mode) ||
1248 !S_ISREG(file_inode((*dst)->nf_file)->i_mode)) {
H A Dfilecache.c690 if (!S_ISREG(inode->i_mode)) {
/linux-master/fs/ocfs2/
H A Docfs2_fs.h673 __le16 i_mode; /* File mode */ member in struct:ocfs2_dinode
H A Dioctl.c106 if (!S_ISDIR(inode->i_mode))
H A Dmove_extents.c989 if ((!S_ISREG(inode->i_mode)) || !(filp->f_mode & FMODE_WRITE)) {
/linux-master/fs/f2fs/
H A Dnode.c1270 if (S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode) ||
1271 S_ISLNK(inode->i_mode))
1347 set_cold_node(page, S_ISDIR(dn->inode->i_mode));
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_data.c124 if (dp && !S_ISDIR(VFS_I(dp)->i_mode))

Completed in 429 milliseconds

<<111213141516171819