Lines Matching refs:calls
23 VFS system calls open(2), stat(2), read(2), write(2), chmod(2) and so
32 calls. The pathname argument that is passed to them is used by the VFS
57 To look up an inode requires that the VFS calls the lookup() method of
316 Implementations must include conditional reschedule calls inside any
373 create: called by the open(2) and creat(2) system calls. Only
387 calls like create(2), mknod(2), mkdir(2) and so on will fail.
463 is called by chmod(2) and related system calls.
466 is called by stat(2) and related system calls.
545 cause various VM routines to make extra calls into the address_space
844 read: called by read(2) and related system calls
848 write: called by write(2) and related system calls
856 is activity. Called by the select(2) and poll(2) system calls
860 compat_ioctl: called by the ioctl(2) system call when 32 bit system calls
866 opens a file, it creates a new "struct file". It then calls the
1011 VFS calls iput(). If you define this method, you must call
1102 d_add: add a dentry to its parents hash list and then calls