Searched defs:isdir (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/fs/erofs/ |
D | inode.c | 168 static int erofs_fill_inode(struct inode *inode, int isdir) in erofs_fill_inode() 272 bool isdir) in erofs_iget()
|
/Linux-v5.4/security/apparmor/ |
D | path.c | 94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path() local
|
/Linux-v5.4/include/linux/ |
D | fsnotify.h | 106 int isdir, struct inode *target, in fsnotify_move()
|
/Linux-v5.4/fs/fuse/ |
D | file.c | 111 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put() 133 bool isdir) in fuse_do_open() 216 int fuse_open_common(struct inode *inode, struct file *file, bool isdir) in fuse_open_common() 276 void fuse_release_common(struct file *file, bool isdir) in fuse_release_common()
|
/Linux-v5.4/fs/afs/ |
D | yfsclient.c | 918 const char *name, bool isdir, in yfs_fs_remove()
|
D | fsclient.c | 721 const char *name, bool isdir, struct afs_status_cb *dvnode_scb) in afs_fs_remove()
|
/Linux-v5.4/fs/ceph/ |
D | file.c | 203 int fmode, bool isdir) in ceph_init_file_info()
|
/Linux-v5.4/fs/gfs2/ |
D | bmap.c | 124 int isdir = gfs2_is_dir(ip); in gfs2_unstuff_dinode() local
|
/Linux-v5.4/fs/btrfs/ |
D | ioctl.c | 901 static int btrfs_may_delete(struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete()
|
/Linux-v5.4/fs/ |
D | namei.c | 2780 static int may_delete(struct inode *dir, struct dentry *victim, bool isdir) in may_delete()
|