Lines Matching refs:directory
117 appears as a directory at the top of the configfs filesystem. A
193 configfs directory, it must define a configfs_attribute describing it.
242 …ethod. If provided, this method is called from mkdir(2) in the group's directory. The subsystem …
280 directory is not empty.
448 committed via rename(2). The item is moved from a directory where it
449 can be modified to a directory where it cannot.
454 subdirectories: "live" and "pending". The "live" directory does not
456 "pending" directory does allow mkdir(2) and rmdir(2). An item is
457 created in the "pending" directory. Its attributes can be modified at
459 directory. At this point, the subsystem receives the ->commit_item()
461 method returns zero and the item is moved to the "live" directory.
463 As rmdir(2) does not work in the "live" directory, an item must be
465 time from the "live" directory back to the "pending" one. The subsystem