Lines Matching refs:directory
117 appears as a directory at the top of the configfs filesystem. A
199 configfs directory, it must define a configfs_attribute describing it.
248 …ethod. If provided, this method is called from mkdir(2) in the group's directory. The subsystem …
286 directory is not empty.
464 committed via rename(2). The item is moved from a directory where it
465 can be modified to a directory where it cannot.
470 subdirectories: "live" and "pending". The "live" directory does not
472 "pending" directory does allow mkdir(2) and rmdir(2). An item is
473 created in the "pending" directory. Its attributes can be modified at
475 directory. At this point, the subsystem receives the ->commit_item()
477 method returns zero and the item is moved to the "live" directory.
479 As rmdir(2) does not work in the "live" directory, an item must be
481 time from the "live" directory back to the "pending" one. The subsystem