OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v7fs_datablock_expand
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/fs/v7fs/
v7fs_datablock.h
42
int
v7fs_datablock_expand
(struct v7fs_self *, struct v7fs_inode *, size_t);
v7fs_file.c
184
if ((error =
v7fs_datablock_expand
(fs, &inode, sizeof(*dir) * 2
294
if ((error =
v7fs_datablock_expand
(fs, parent_dir, sizeof(*dir))))
v7fs_datablock.c
394
v7fs_datablock_expand
(struct v7fs_self *fs, struct v7fs_inode *inode, size_t sz)
function in typeref:typename:int
711
error =
v7fs_datablock_expand
(fs, inode, diff);
v7fs_file_util.c
99
if ((error =
v7fs_datablock_expand
(fs, p, len))) {
v7fs_vnops.c
642
if ((error =
v7fs_datablock_expand
(fs, inode, expand)))
/src/sbin/newfs_v7fs/
main.c
53
#include "v7fs_datablock.h" /*
v7fs_datablock_expand
/last */
128
v7fs_datablock_expand
(fs, &inode, sizeof(*dir) * 2);
/src/usr.sbin/makefs/v7fs/
v7fs_populate.c
161
if ((error =
v7fs_datablock_expand
(fs, &inode, fnode->st.st_size))) {
Completed in 14 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025