Searched refs:find_file_restriction (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/tools/fs_shell/
H A Dpartition_support.cpp51 find_file_restriction(fssh_dev_t device, fssh_ino_t node) function in namespace:FSShell
65 find_file_restriction(int fd) function in namespace:FSShell
71 return find_file_restriction(st.fssh_st_dev, st.fssh_st_ino);
86 FileRestriction* restriction = find_file_restriction(device, node);
101 FileRestriction* restriction = find_file_restriction(fd);
124 FileRestriction* restriction = find_file_restriction(fd);
151 FileRestriction* restriction = find_file_restriction(st->fssh_st_dev,
181 FileRestriction* restriction = find_file_restriction(fd);

Completed in 79 milliseconds