Home
last modified time | relevance | path

Searched refs:__check_sticky (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h2843 extern int __check_sticky(struct inode *dir, struct inode *inode);
3473 return __check_sticky(dir, inode); in check_sticky()
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c2745 int __check_sticky(struct inode *dir, struct inode *inode) in __check_sticky() function
2755 EXPORT_SYMBOL(__check_sticky);