Searched refs:i_mode (Results 251 - 275 of 456) sorted by path

<<111213141516171819

/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1014 !(S_ISDIR(file_inode(f.file)->i_mode))) {
1919 (mnt || S_ISDIR(inode->i_mode)) &&
1924 if (mnt || !S_ISDIR(inode->i_mode)) {
/linux-master/fs/notify/
H A Dfsnotify.c111 if (!S_ISDIR(inode->i_mode))
/linux-master/fs/notify/inotify/
H A Dinotify_user.c108 if (S_ISDIR(inode->i_mode))
/linux-master/fs/
H A Dnsfs.c206 inode->i_mode |= S_IRUGO;
/linux-master/fs/ntfs3/
H A Ddir.c333 dt_type = fs_umode_to_dtype(inode->i_mode);
H A Dfile.c376 if (!S_ISREG(inode->i_mode))
448 if (!S_ISREG(inode->i_mode))
680 umode_t mode = inode->i_mode;
716 if (mode != inode->i_mode) {
722 if (0222 & inode->i_mode)
H A Dfrecord.c1923 if (S_ISDIR(ni->vfs_inode.i_mode)) {
2009 if (S_ISDIR(ni->vfs_inode.i_mode)) {
H A Dfslog.c4722 if (!S_ISDIR(inode->i_mode)) {
H A Dfsntfs.c233 if (!S_ISDIR(inode->i_mode)) {
H A Dinode.c378 * ntfs_get_wsl_perm updates inode->i_uid, inode->i_gid, inode->i_mode
380 inode->i_mode = mode;
382 mode = inode->i_mode;
485 inode->i_mode = mode;
810 if (end > valid && !S_ISBLK(inode->i_mode)) {
1288 * if (S_ISDIR(target->i_mode))
1347 mode = inode->i_mode;
1790 if (S_ISDIR(inode->i_mode) && !dir_is_empty(inode)) {
H A Dnamei.c143 if (S_ISDIR(inode->i_mode))
H A Dxattr.c599 if (S_ISLNK(inode->i_mode))
602 mode = inode->i_mode;
605 /* Do not change i_mode if we are in init_acl */
616 if (!S_ISDIR(inode->i_mode))
647 inode->i_mode = mode;
678 err = posix_acl_create(dir, &inode->i_mode, &default_acl, &acl);
714 if (S_ISLNK(inode->i_mode))
717 return posix_acl_chmod(idmap, dentry, inode->i_mode);
858 if (S_ISREG(inode->i_mode)) {
871 if (S_ISDIR(inode->i_mode))
[all...]
/linux-master/fs/ocfs2/
H A Dacl.c154 * Helper function to set i_mode in memory and disk. Some call paths
193 inode->i_mode = new_mode;
195 di->i_mode = cpu_to_le16(inode->i_mode);
227 if (S_ISLNK(inode->i_mode))
236 if (!S_ISDIR(inode->i_mode))
327 if (S_ISLNK(inode->i_mode))
338 ret = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode);
364 if (!S_ISLNK(inode->i_mode)) {
374 mode = inode->i_mode
[all...]
H A Daops.c150 if (S_ISLNK(inode->i_mode)) {
H A Ddcache.c90 S_ISDIR(inode->i_mode));
H A Ddir.c1113 ocfs2_set_de_type(de, new_entry_inode->i_mode);
1702 ocfs2_set_de_type(de, inode->i_mode);
H A Ddlmglue.c2184 lvb->lvb_imode = cpu_to_be16(inode->i_mode);
2230 if (S_ISLNK(inode->i_mode) && !oi->ip_clusters)
2237 inode->i_mode = be16_to_cpu(lvb->lvb_imode);
2360 if (inode_wrong_type(inode, le16_to_cpu(fe->i_mode))) {
3954 if (S_ISDIR(inode->i_mode)) {
3961 if (!S_ISREG(inode->i_mode))
4121 if (S_ISDIR(dl->dl_inode->i_mode))
H A Dfile.c216 ((inode->i_sb->s_flags & SB_NODIRATIME) && S_ISDIR(inode->i_mode)))
231 ((vfsmnt->mnt_flags & MNT_NODIRATIME) && S_ISDIR(inode->i_mode)))
1136 if (S_ISLNK(inode->i_mode))
1153 size_change = S_ISREG(inode->i_mode) && attr->ia_valid & ATTR_SIZE;
1379 inode->i_mode);
1395 inode->i_mode &= ~S_ISUID;
1396 if ((inode->i_mode & S_ISGID) && (inode->i_mode & S_IXGRP))
1397 inode->i_mode &= ~S_ISGID;
1400 di->i_mode
[all...]
H A Dinode.c293 inode->i_mode = le16_to_cpu(fe->i_mode);
298 if (S_ISLNK(inode->i_mode) && !fe->i_clusters) {
339 switch (inode->i_mode & S_IFMT) {
364 init_special_inode(inode, inode->i_mode,
396 if (S_ISDIR(inode->i_mode))
538 if (S_ISCHR(le16_to_cpu(fe->i_mode)) ||
539 S_ISBLK(le16_to_cpu(fe->i_mode)))
797 if (S_ISDIR(inode->i_mode)) {
1314 fe->i_mode
[all...]
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)) {
H A Dnamei.c560 fe->i_mode = cpu_to_le16(inode->i_mode);
561 if (S_ISCHR(inode->i_mode) || S_ISBLK(inode->i_mode))
581 if (S_ISDIR(inode->i_mode) && ocfs2_supports_inline_data(osb)) {
700 if (S_ISDIR(inode->i_mode))
861 if (S_ISDIR(inode->i_mode)) {
941 if (S_ISDIR(inode->i_mode)) {
992 if (S_ISDIR(inode->i_mode))
999 if (S_ISDIR(inode->i_mode))
[all...]
H A Docfs2.h481 if (!S_ISREG(inode->i_mode))
/linux-master/fs/ocfs2/cluster/
H A Dheartbeat.c1795 if (!S_ISBLK(f.file->f_mapping->host->i_mode))
/linux-master/fs/ocfs2/dlmfs/
H A Ddlmfs.c122 if (S_ISDIR(inode->i_mode))
169 if (S_ISDIR(inode->i_mode))
308 if (S_ISREG(inode->i_mode)) {

Completed in 393 milliseconds

<<111213141516171819