Searched defs:isdir (Results 1 – 9 of 9) sorted by relevance
/linux/security/apparmor/ |
H A D | path.c | 94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path() local
|
/linux/fs/xfs/scrub/ |
H A D | orphanage.c | 529 bool isdir = S_ISDIR(VFS_I(sc->ip)->i_mode); in xrep_adoption_move() local
|
/linux/fs/fuse/ |
H A D | ioctl.c | 486 bool isdir = S_ISDIR(inode->i_mode); in fuse_priv_ioctl_prepare() local
|
H A D | file.c | 128 unsigned int open_flags, bool isdir) in fuse_file_open() argument 174 bool isdir) in fuse_do_open() argument 338 unsigned int open_flags, fl_owner_t id, bool isdir) in fuse_file_release() argument 363 fuse_release_common(struct file * file,bool isdir) fuse_release_common() argument [all...] |
/linux/include/linux/ |
H A D | fsnotify.h | 251 int isdir, struct inode *target, in fsnotify_move() argument
|
/linux/fs/gfs2/ |
H A D | bmap.c | 95 int isdir = gfs2_is_dir(ip); in __gfs2_unstuff_inode() local
|
/linux/fs/ceph/ |
H A D | file.c | 201 int fmode, bool isdir) in ceph_init_file_info() argument
|
/linux/fs/btrfs/ |
H A D | ioctl.c | 842 struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete() argument
|
/linux/fs/ |
H A D | namei.c | 3168 struct dentry *victim, bool isdir) in may_delete() argument
|