Lines Matching full:path
3578 const char *path, int accesstype)
3588 dirpath = strdup(path);
3606 path);
4888 const char *path, u32 selection,
4897 ni = ntfs_pathname_to_inode(scapi->security.vol, NULL, path);
4941 const char *path, u32 selection, const char *attr)
4965 NULL, path);
5007 int ntfs_get_file_attributes(struct SECURITY_API *scapi, const char *path)
5013 if (scapi && (scapi->magic == MAGIC_API) && path) {
5014 ni = ntfs_pathname_to_inode(scapi->security.vol, NULL, path);
5052 const char *path, s32 attrib)
5060 if (scapi && (scapi->magic == MAGIC_API) && path) {
5061 ni = ntfs_pathname_to_inode(scapi->security.vol, NULL, path);
5099 const char *path, ntfs_filldir_t callback, void *context)
5107 ni = ntfs_pathname_to_inode(scapi->security.vol, NULL, path);