Home
last modified time | relevance | path

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

/linux/mm/
H A Dmincore.c230 return file_owner_or_capable(vma->vm_file) || in can_do_mincore()
H A Dmadvise.c339 return file_owner_or_capable(vma->vm_file) || in can_do_file_pageout()
H A Dfilemap.c4713 if (file_owner_or_capable(f)) in can_do_cachestat()
/linux/include/linux/
H A Dfs.h2468 static inline bool file_owner_or_capable(const struct file *file) in file_owner_or_capable() function