Home
last modified time | relevance | path

Searched refs:PATH_IS_DIR (Results 1 – 4 of 4) sorted by relevance

/linux/security/apparmor/include/
A Dpath.h15 PATH_IS_DIR = 0x1, /* path is a directory */ enumerator
/linux/security/apparmor/
A Dpath.c94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path()
A Dfile.c324 flags |= PATH_DELEGATE_DELETED | (S_ISDIR(cond->mode) ? PATH_IS_DIR : in aa_path_perm()
525 flags = PATH_DELEGATE_DELETED | (S_ISDIR(cond.mode) ? PATH_IS_DIR : 0); in __file_path_perm()
A Dmount.c298 (S_ISDIR(path->dentry->d_inode->i_mode) ? PATH_IS_DIR : 0); in path_flags()

Completed in 5 milliseconds