Searched defs:isdir (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/fs/erofs/ |
D | inode.c | 253 static int erofs_fill_inode(struct inode *inode, int isdir) in erofs_fill_inode() 340 bool isdir) in erofs_iget()
|
/Linux-v5.15/security/apparmor/ |
D | path.c | 94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path() local
|
/Linux-v5.15/include/linux/ |
D | fsnotify.h | 140 int isdir, struct inode *target, in fsnotify_move()
|
/Linux-v5.15/fs/fuse/ |
D | file.c | 106 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put() 128 unsigned int open_flags, bool isdir) in fuse_file_open() 170 bool isdir) in fuse_do_open() 225 int fuse_open_common(struct inode *inode, struct file *file, bool isdir) in fuse_open_common() 302 unsigned int open_flags, fl_owner_t id, bool isdir) in fuse_file_release() 329 void fuse_release_common(struct file *file, bool isdir) in fuse_release_common()
|
D | ioctl.c | 406 bool isdir = S_ISDIR(inode->i_mode); in fuse_priv_ioctl_prepare() local
|
/Linux-v5.15/fs/ceph/ |
D | file.c | 204 int fmode, bool isdir) in ceph_init_file_info()
|
/Linux-v5.15/fs/gfs2/ |
D | bmap.c | 100 int isdir = gfs2_is_dir(ip); in __gfs2_unstuff_inode() local
|
/Linux-v5.15/fs/btrfs/ |
D | ioctl.c | 841 struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete()
|
/Linux-v5.15/fs/ |
D | namei.c | 2842 struct dentry *victim, bool isdir) in may_delete()
|