Searched defs:isdir (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/staging/erofs/ |
D | inode.c | 147 static int fill_inode(struct inode *inode, int isdir) in fill_inode() 235 erofs_nid_t nid, bool isdir) in erofs_iget()
|
/Linux-v4.19/include/linux/ |
D | fsnotify.h | 68 int isdir, struct inode *target, struct dentry *moved) in fsnotify_move() 116 static inline void fsnotify_nameremove(struct dentry *dentry, int isdir) in fsnotify_nameremove()
|
/Linux-v4.19/security/apparmor/ |
D | path.c | 98 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path() local
|
/Linux-v4.19/fs/fuse/ |
D | file.c | 119 bool isdir) in fuse_do_open() 199 int fuse_open_common(struct inode *inode, struct file *file, bool isdir) in fuse_open_common() 442 int datasync, int isdir) in fuse_fsync_common()
|
/Linux-v4.19/fs/ceph/ |
D | file.c | 200 int fmode, bool isdir) in ceph_init_file_info()
|
/Linux-v4.19/fs/afs/ |
D | fsclient.c | 871 int afs_fs_remove(struct afs_fs_cursor *fc, const char *name, bool isdir, in afs_fs_remove()
|
/Linux-v4.19/fs/ |
D | dcache.c | 2361 int isdir = d_is_dir(dentry); in d_delete() local
|
D | namei.c | 2790 static int may_delete(struct inode *dir, struct dentry *victim, bool isdir) in may_delete()
|
/Linux-v4.19/fs/gfs2/ |
D | bmap.c | 126 int isdir = gfs2_is_dir(ip); in gfs2_unstuff_dinode() local
|
/Linux-v4.19/fs/btrfs/ |
D | ioctl.c | 886 static int btrfs_may_delete(struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete()
|