Searched refs:PATH_IS_DIR (Results 1 – 4 of 4) sorted by relevance
15 PATH_IS_DIR = 0x1, /* path is a directory */ enumerator
94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path()
322 flags |= PATH_DELEGATE_DELETED | (S_ISDIR(cond->mode) ? PATH_IS_DIR : in aa_path_perm()523 flags = PATH_DELEGATE_DELETED | (S_ISDIR(cond.mode) ? PATH_IS_DIR : 0); in __file_path_perm()
298 (S_ISDIR(path->dentry->d_inode->i_mode) ? PATH_IS_DIR : 0); in path_flags()